com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ErrorBarValueType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.ErrorBarValueType


  • public final class ErrorBarValueType
    extends com.aspose.ms.System.Enum

    Represents type of error bar value

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Custom
      Specifies that the length of the error bars shall be determined by the Plus and Minus elements.
      static int Fixed
      Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.
      static int Percentage
      Specifies that the length of the error bars shall be Error Bar Value percent of the data.
      static int StandardDeviation
      Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.
      static int StandardError
      Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Custom

        public static final int Custom

        Specifies that the length of the error bars shall be determined by the Plus and Minus elements.

        See Also:
        Constant Field Values
      • Fixed

        public static final int Fixed

        Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.

        See Also:
        Constant Field Values
      • Percentage

        public static final int Percentage

        Specifies that the length of the error bars shall be Error Bar Value percent of the data.

        See Also:
        Constant Field Values
      • StandardDeviation

        public static final int StandardDeviation

        Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.

        See Also:
        Constant Field Values
      • StandardError

        public static final int StandardError

        Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.

        See Also:
        Constant Field Values