IArrowSeries.EndXValues
IArrowSeries

property EndXValues: IValueList;

Type Library
TeeChartx

Description
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.

EndXValues property is the list of X1 values.

Example [Visual Basic]:

This code sets to 123 the X1 coordinate of 6th arrow point: (Remember point index starts at zero)

TChart1.Series(0).asArrow.EndXValues.Value(5) = 123