ICustomErrorSeries.ErrorValues
ICustomErrorSeries
property ErrorValues: IValueList;
Type Library
TeeChartx
Description
The ErrorValues property manages the corresponding Error value for each Bar. The Error value will be displayed as a "T" on top of each Bar.
Example [Visual Basic]
This code changes the Error value of first Error Bar:
TChart1.Series(0).asErrorBar.ErrorValues.Value(0) = 34.56