Horizontal size of pointer in pixels.
public Int32 HorizSize {get; set;}

Remarks


Default: 4

The HorizontalSize property specifies the Series Pointer width in logical pixels.

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

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

See Also

SeriesPointer Class | SeriesPointer Members | Steema.TeeChart.Styles Namespace