public Int32 ArrowWidth {get; set;}
Remarks
Default value: 4
The ArrowHeight property determines the horizontal arrow head size in pixels.
Example
[C]
Steema.TeeChart.Styles.Arrow a=(Steema.TeeChart.Styles.Arrow)tChart1[0];
a.ArrowWidth = 8;
See Also
Arrow Class | Arrow Members | Steema.TeeChart.Styles Namespace