IPointer.HorizontalSize
IPointer
property HorizontalSize: Integer;
Type Library
TeeChartx
Description
Default Value: 4
The HorizontalSize property specifies the Series Pointer width in logical pixels.
Series that derive from PointSeries usually override the HorizontalSize and VerticalSize properties.
For example, BubbleSeries uses the Radius property to determine the correct HorizontalSize and VerticalSize, so these properties have no effect in that Series.