TSeriesPointer.HorizSize
TSeriesPointer
property HorizSize: Integer;
Unit
TeEngine
Description
Default Value: 4
The HorizSize property specifies the Series Pointer width 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.