IPointer.VerticalSize
IPointer
property VerticalSize: Integer;
Type Library
TeeChartx
Description
Default Value: 4
The VerticalSize property specifies the Series Pointer height 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.