Series.TPointSeries
 
 
 


TPointSeries
Hierarchy     Properties     Methods     Events     

Simple XY series, uses Pointer properties to display points.




Unit
Series

Description
The TPointSeries component outputs all points using the TCustomSeries.Pointer subcomponent properties.
To see a visual representation of this Series type, 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 point values :

Series1.Add( 123 );

TPointSeries derives from TCustomSeries, which adds support for Series Pointers, Marks and click events.

The Pointer
TSeriesPointer.Style property determines the kind of shape used to draw the points.

Use the Pointer
TTeeCustomShapeBrushPen.Brush property to change the point filling pattern.
The Pointer
TTeeCustomShapeBrushPen.Pen property defines the kind of pen used to draw the point frames.

Point dimensions can be changed using the Pointer.TSeriesPointer.HorizSize and Pointer.TSeriesPointer.VertSize properties.

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.