TCustomSeries.Pointer
TCustomSeries
property Pointer: TSeriesPointer;
Unit
Series
Description
The Pointer property is a subcomponent of TPointSeries, TLineSeries and all other derived TPointSeries components like TBubbleSeries.
Each point in a TPointSeries is drawn using the Pointer properties.
Pointer contains several properties to control the formatting attributes of Points like Pen, Brush, Draw3D, Visible, etc.
Please refer to TSeriesPointer help page for a complete description of TSeriesPointer subcomponent.