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