com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IErrorBarsCustomValues

  • All Known Implementing Classes:
    ErrorBarsCustomValues


    public interface IErrorBarsCustomValues

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

    • Method Detail

      • getXMinus

        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.

      • getYMinus

        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.

      • getXPlus

        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.

      • getYPlus

        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.