Series.TLineSeries
 
 
 


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 TCustomChartElement.ParentChart property to the desired Chart component.
Use the TChartSeries.Add or TChartSeries.AddXY method to manually fill line points.

TLineSeries derives from
TCustomSeries, which adds support for Series TCustomSeries.Pointer, TChartSeries.Marks and click events.

The TCustomLineSeries.LinePen property determines the kind of pen used to draw the lines between points.

Use the TCustomSeries.LineBrush in 3D mode to change the line fill pattern.

The TCustomSeries.Stairs property controls how to draw the connecting lines between points. Use then the TCustomSeries.InvertedStairs property to change how are these steps drawn.

You can show point shapes by using the
TCustomSeries.Pointer subcomponent property.

Please refer to TCustomSeries ancestor description for all common Series properties like TChartSeries.Marks, Axis dependence, methods and events.



Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.