ErrorBarsCustomValues class

ErrorBarsCustomValues class

Specifies the errors bar values. It shall be used only when the Error bars value type is Custom.

The ErrorBarsCustomValues type exposes the following members:

Properties

PropertyDescription
x_minusSpecifies the error bar value in the negative direction.
Available if error bars value type is Custom and ErrorBarsXFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue.
y_minusSpecifies the error bar value in the negative direction.
Available if error bars value type is Custom and ErrorBarsYFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue.
x_plusSpecifies the error bar value in the positive direction.
Available if error bars value type is Custom and ErrorBarsXFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue.
y_plusSpecifies the error bar value in the positive direction.
Available if error bars value type is Custom and ErrorBarsYFormat is allowed.
In any other case this property returns null.
Read-only IDoubleChartValue.

See Also