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