com.aspose.cells

Class TickMarkType

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

Utility class containing constants. Represents the tick mark type for the specified axis.

Field Summary
static final intCROSS
Tick mark type is Cross.
static final intINSIDE
Tick mark type is Inside.
static final intNONE
Tick mark type is None.
static final intOUTSIDE
Tick mark type is Outside
 

    • Field Detail

      • CROSS

        public static final int CROSS
        Tick mark type is Cross.
      • INSIDE

        public static final int INSIDE
        Tick mark type is Inside.
      • NONE

        public static final int NONE
        Tick mark type is None.
      • OUTSIDE

        public static final int OUTSIDE
        Tick mark type is Outside