IErrorBarsCustomValues class
Contents
[
Hide
]IErrorBarsCustomValues class
Specifies the errors bar values. It shall be used only when the Error bars value type is Custom.
The IErrorBarsCustomValues type exposes the following members:
Properties
Property | Description |
---|---|
x_minus | 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 None. Read-only IDoubleChartValue . |
y_minus | 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 None. Read-only IDoubleChartValue . |
x_plus | 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 None. Read-only IDoubleChartValue . |
y_plus | 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 None. Read-only IDoubleChartValue . |
See Also
- module
aspose.slides.charts
- library
Aspose.Slides