IPointSeries
Hierarchy Properties

Type Library
TeeChartx

Description
Follow this link for a visual representation of this Series type.

The PointSeries class outputs all points using the Pointer subclass properties.

Set the ParentChart property to the desired Chart class. Use the AddY or AddXY method to manually fill point values.

Right-click the class at design-time to access the DataSource Wizard Dialog to connect the Series to another Series or to any Table or Query class.

PointSeries derives from Series, 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.HorizontalSize and Pointer.VerticalSize properties.