IErrorBarsCustomValues Interface

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

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IErrorBarsCustomValues

The IErrorBarsCustomValues type exposes the following members.

Properties
  NameDescription
Public propertyXMinus
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.
Public propertyXPlus
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.
Public propertyYMinus
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.
Public propertyYPlus
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