IErrorBarsCustomValues

IErrorBarsCustomValues interface

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

public interface IErrorBarsCustomValues

Properties

NameDescription
XMinus { get; }Specifies the error bar value in the negative direction. Avalible if error bars value type is Custom and ErrorBarsXFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.
XPlus { get; }Specifies the error bar value in the positive direction. Avalible if error bars value type is Custom and ErrorBarsXFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.
YMinus { get; }Specifies the error bar value in the negative direction. Avalible if error bars value type is Custom and ErrorBarsYFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.
YPlus { get; }Specifies the error bar value in the positive direction. Avalible if error bars value type is Custom and ErrorBarsYFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

See Also