com.aspose.cells

Class CrossType

  • java.lang.Object
    • com.aspose.cells.CrossType
public class CrossType 
extends java.lang.Object

Utility class containing constants. Represents the axis cross type.

Field Summary
static final intAUTOMATIC
Microsoft Excel sets the axis crossing point.
static final intMAXIMUM
The axis crosses at the maximum value.
static final intCUSTOM
The axis crosses at the custom value.
 

    • Field Detail

      • AUTOMATIC

        public static final int AUTOMATIC
        Microsoft Excel sets the axis crossing point.
      • MAXIMUM

        public static final int MAXIMUM
        The axis crosses at the maximum value.
      • CUSTOM

        public static final int CUSTOM
        The axis crosses at the custom value.