TLineSeries
Hierarchy Properties Methods Events
Standard Line series, with optional point markers.

Unit
Series
Description
The TLineSeries component outputs all points by drawing a line between them. (To see a visual representation go to the TeeChart User Guide).
Set the ParentChart property to the desired Chart component.
Use the Add or AddXY method to manually fill line points.
TLineSeries derives from TCustomSeries, which adds support for Series Pointer, Marks and click events.
The LinePen property determines the kind of pen used to draw the lines between points.
Use the LineBrush in 3D mode to change the line fill pattern.
The Stairs property controls how to draw the connecting lines between points. Use then the InvertedStairs property to change how are these steps drawn.
You can show point shapes by using the Pointer subcomponent property.
Please refer to TCustomSeries ancestor description for all common Series properties like Marks, Axis dependence, methods and events.