TArrowSeries.StartYValues
TArrowSeries
property StartYValues: TChartValueList;
Unit
ArrowCha
Description
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
StartXValues property is the list of Y0 values.
Example
This code modifies the Y0 coordinate of first arrow point:
tmp:=ArrowSeries1.StartYValues.Value[0];
ArrowSeries1.StartYValues.Value[0]:=tmp + 123;