Gets and sets the corresponding Error value for each Bar.
public ValueList ErrorValues {get;}

Remarks


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


This code changes the Error value of the first Error Bar:

[C#]

Steema.TeeChart.Styles.ErrorBar Series1 = new Steema.TeeChart.Styles.ErrorBar(); 
tChart1.Series.Add(Series1);
Series1.ErrorValues.Value[0] = 34.56;

See Also

CustomError Class | CustomError Members | Steema.TeeChart.Styles Namespace