ErrorBarsCustomValues

Inheritance: java.lang.Object, com.aspose.slides.DomObject

All Implemented Interfaces: com.aspose.slides.IErrorBarsCustomValues

public class ErrorBarsCustomValues extends DomObject<ChartDataPoint> implements IErrorBarsCustomValues

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

Methods

MethodDescription
getXMinus()Specifies the error bar value in the negative direction.
getYMinus()Specifies the error bar value in the negative direction.
getXPlus()Specifies the error bar value in the positive direction.
getYPlus()Specifies the error bar value in the positive direction.

getXMinus()

public final IDoubleChartValue getXMinus()

Specifies the error bar value in the negative direction. Available if error bars value type is Custom and ErrorBarsXFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

Returns: IDoubleChartValue

getYMinus()

public final IDoubleChartValue getYMinus()

Specifies the error bar value in the negative direction. Available if error bars value type is Custom and ErrorBarsYFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

Returns: IDoubleChartValue

getXPlus()

public final IDoubleChartValue getXPlus()

Specifies the error bar value in the positive direction. Available if error bars value type is Custom and ErrorBarsXFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

Returns: IDoubleChartValue

getYPlus()

public final IDoubleChartValue getYPlus()

Specifies the error bar value in the positive direction. Available if error bars value type is Custom and ErrorBarsYFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

Returns: IDoubleChartValue