TSeriesPointer.VertSize

TSeriesPointer.VertSize
TSeriesPointer

property VertSize: Integer;

Unit
TeEngine

Description
Default Value: 4

The VertSize property specifies the Series Pointer height in logical pixels.

Series that derive from
TPointSeries usually override the HorizSize and VertSize properties.

For example,
TBubbleSeries uses the Radius property to determine the correct HorizSize and VertSize, so these properties have no effect in that Series.