Line

Declaration: ChartBook.Charts[].Line (x1,y1,x2,y2: double);
The method Line draws a line from the point [x1,y1] to the point [x2,y2]. After the line has been drawn the drawing cursor is set to the position [x2,y2]. The coordinates are real coordinates of the chart window. The line width may be adjusted by the property LineWidth. The color of the voids of dashed lines is controlled by the property FillColor.