TArrowSeries.StartXValues
TArrowSeries
property StartXValues: TChartValueList;
Unit
ArrowCha
Description
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:
tmp:=ArrowSeries1.StartXValues.Value[0];
ArrowSeries1.StartXValues.Value[0]:=tmp + 123;