Search found 2 matches

by Arnold Douma
Thu Feb 16, 2006 12:58 pm
Forum: .NET
Topic: Textlabel at colorline
Replies: 3
Views: 3970

Thanks! Now i have the following problem after the next code: Line := TColorLineTool.Create(self); Line.ParentChart := TraceChart; Line.Axis := TraceChart.BottomAxis; Line.Value := 3.6; The line is displayed nicely on 3.6. But moving around appears to move the line too. It looks like when moving the...
by Arnold Douma
Thu Feb 16, 2006 11:24 am
Forum: .NET
Topic: Textlabel at colorline
Replies: 3
Views: 3970

Textlabel at colorline

Hi,

I want to draw some vertical ines with a text-label. I've tried to use the anotation, but this won't move during zooming/scrolling.

Can someone help?