TArrowSeries.EndYValues

TArrowSeries.EndYValues
TArrowSeries

property EndYValues: TChartValueList;

Unit
ArrowCha

Description
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:

tmp:=ArrowSeries1.EndYValues.Value[0];
ArrowSeries1.EndYValues.Value[0]:=tmp + 123;