public class ErrorBarsCustomValues extends java.lang.Object implements IErrorBarsCustomValues
Specifies the errors bar values. It shall be used only when the Error bars value type is Custom.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IDoubleChartValue |
getXMinus()
Specifies the error bar value in the negative direction.
|
IDoubleChartValue |
getXPlus()
Specifies the error bar value in the positive direction.
|
IDoubleChartValue |
getYMinus()
Specifies the error bar value in the negative direction.
|
IDoubleChartValue |
getYPlus()
Specifies the error bar value in the positive direction.
|
public final IDoubleChartValue getXMinus()
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
.
getXMinus
in interface IErrorBarsCustomValues
public final IDoubleChartValue getYMinus()
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
.
getYMinus
in interface IErrorBarsCustomValues
public final IDoubleChartValue getXPlus()
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
.
getXPlus
in interface IErrorBarsCustomValues
public final IDoubleChartValue getYPlus()
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
.
getYPlus
in interface IErrorBarsCustomValues
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.