DrawTo

Declaration: ChartBook.Charts[].DrawTo (x,y: double);
The method DrawTo draws a line from the current cursor position to the point [x,y]. The coordinates are real coordinates of the chart window. Note that the cursor position is updated to the position [x,y] after DrawTo is performed. The line width may be adjusted by the property LineWidth. The color of the voids in dashed lines is controlled by the property FillColor.