com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ErrorBarsCustomValues

  • java.lang.Object
    • com.aspose.slides.ErrorBarsCustomValues
  • All Implemented Interfaces:
    IErrorBarsCustomValues


    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.

    • Method Detail

      • getXMinus

        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.

        Specified by:
        getXMinus in interface IErrorBarsCustomValues
      • getYMinus

        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.

        Specified by:
        getYMinus in interface IErrorBarsCustomValues
      • getXPlus

        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.

        Specified by:
        getXPlus in interface IErrorBarsCustomValues
      • getYPlus

        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.

        Specified by:
        getYPlus in interface IErrorBarsCustomValues
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.