com.aspose.cells

Class TickLabelPositionType

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

Utility class containing constants. Represents the position type of tick-mark labels on the specified axis.

Field Summary
static final intHIGH
Position type is high.
static final intLOW
Position type is low.
static final intNEXT_TO_AXIS
Position type is next to axis.
static final intNONE
Position type is none.
 

    • Field Detail

      • HIGH

        public static final int HIGH
        Position type is high.
      • LOW

        public static final int LOW
        Position type is low.
      • NEXT_TO_AXIS

        public static final int NEXT_TO_AXIS
        Position type is next to axis.
      • NONE

        public static final int NONE
        Position type is none.