IArrowSeries.StartYValues
IArrowSeries

property StartYValues: IValueList;

Type Library
TeeChartx

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

StartXValues property is the list of Y0 values.

Example [Visual Basic]:

This code modifies the Y0 coordinate of first arrow point:

tmp = TChart1.Series(0).asArrow.StartYValues.Value(0)

TChart1.Series(0).asArrow.StartYValues.Value(0) = tmp + 123