Determines the vertical arrow head size in pixels.
public Int32 ArrowHeight {get; set;}

Remarks


The ArrowHeight property sets the distance from the base of the arrow head to the arrow tip in pixels. It can be used together with ArrowWidth to determine the overall size of the arrow head.

Example


[C#]

Steema.TeeChart.Styles.Arrow a=(Steema.TeeChart.Styles.Arrow)tChart1[3]; 
a.ArrowHeight = 10;

See Also

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