TArrowSeries.EndXValues
TArrowSeries
property EndXValues: TChartValueList;
Unit
ArrowCha
Description
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
EndXValues property is the list of X1 values.
Example
This code sets to 123 the X1 coordinate of 6th arrow point: (Remember point index starts at zero)
ArrowSeries1.EndXValues.Value[5]:= 123;