com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class CrossesType

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


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

    Determines where axis will cross.

    • 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 AxisCrossesAtZero
      The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
      static int Custom
      Custom value from property CrossAt
      static int Maximum
      The axis crosses at the maximum value.
      • 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

      • AxisCrossesAtZero

        public static final int AxisCrossesAtZero

        The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).

        See Also:
        Constant Field Values
      • Maximum

        public static final int Maximum

        The axis crosses at the maximum value.

        See Also:
        Constant Field Values
      • Custom

        public static final int Custom

        Custom value from property CrossAt

        See Also:
        Constant Field Values