public ValueList StartXValues {get; set;}
Remarks
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
StartXValues property is the list of X0 values.
StartXValues.DateTime property default value is true.
Example
This code modifies the X0 coordinate of first arrow point:
[C#]
Steema.TeeChart.Styles.Arrow a=(Steema.TeeChart.Styles.Arrow)tChart1[0];
a.StartXValues[0]=80;
See Also
Arrow Class | Arrow Members | Steema.TeeChart.Styles Namespace