IArrowSeries.StartXValues
IArrowSeries
property StartXValues: IValueList;
Type Library
TeeChartx
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 [Visual Basic]:
This code modifies the X0 coordinate of first arrow point:
tmp = TChart1.Series(0).asArrow.StartXValues.Value(0)
TChart1.Series(0).asArrow.StartXValues.Value(0) = tmp + 123