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 Pointer subcomponent properties.
To see a visual representation of this Series type, go to the TeeChart User Guide.

Set the
ParentChart property to the desired Chart component.

Use the
Add or 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
Style property determines the kind of shape used to draw the points.

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

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

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