Series.TFastLineSeries
 
 
 


TFastLineSeries
Hierarchy     Properties     Methods     Events     

Faster series to display points joined with lines.



Unit
Series

Description
The TFastLineSeries component is an extremely simple Series component that draws its points as fast as possible.
To see a visual representation of this Series type, go to the TeeChart User Guide.

It can be used in cases where speed is the most important needed feature.

Set the TCustomChartElement.ParentChart property to the desired Chart component.

To add points to the Series use the standard
TChartSeries.Add, AddXY, AddNull, AddArray methods :

Series1.Add( 123 );

The
TCustomLineSeries.LinePen property controls the line appearance.

The TFastLineSeries.AutoRepaint property, when False, sets the FastLine in real-time mode.
New added points will be painted without repainting the whole series.

The TFastLineSeries.DrawAllPoints property controls if all points with repeated X pixel coordinates are displayed, or just the first point.
Note: The X pixel coordinate is not the same as the series X values.

Set TFastLineSeries.FastPen property to True to use the Windows stock solid pen (might increment speed a little bit).

If you add null points to the Series, set the TFastLineSeries.IgnoreNulls property to False.

The TFastLineSeries.Stairs and TFastLineSeries.InvertedStairs properties change the visual representation of the lines connecting series points.


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



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