com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ErrorBarType

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


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

    Represents type of error bar

    • 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 Both
      Specifies that error bars shall be shown in the positive and negative directions.
      static int Minus
      Specifies that error bars shall be shown in the negative direction only.
      static int Plus
      Specifies that error bars shall be shown in the positive direction only.
      • 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

      • Both

        public static final int Both

        Specifies that error bars shall be shown in the positive and negative directions.

        See Also:
        Constant Field Values
      • Minus

        public static final int Minus

        Specifies that error bars shall be shown in the negative direction only.

        See Also:
        Constant Field Values
      • Plus

        public static final int Plus

        Specifies that error bars shall be shown in the positive direction only.

        See Also:
        Constant Field Values