question about line tool
Posted: Wed Jun 20, 2007 12:05 pm
i need to draw in run time line from line tool
i now how to add the line
but i do not now how to draw it form point1 to point2
thanks
i now how to add the line
Code: Select all
TChart1.Tools.Add tcDrawLine
TChart1.Tools.Items(AllControl).asDrawLine.Series = 0
TChart1.Tools.Items(AllControl).asDrawLine.EnableDraw = True
TChart1.Tools.Items(AllControl).asDrawLine.EnableSelect = True
thanks