IErrorBarsCustomValues Interface |
Namespace: Aspose.Slides.Charts
The IErrorBarsCustomValues type exposes the following members.
Name | Description | |
---|---|---|
![]() | XMinus |
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 |
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 |
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 |
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.
|