aspose.cells

Class TickLabelPositionType

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

Field Summary
const  NumberHIGH
Position type is high.
const  NumberLOW
Position type is low.
const  NumberNEXT_TO_AXIS
Position type is next to axis.
const  NumberNONE
Position type is none.
 

    • Field Detail

      • HIGH

        const Number HIGH
        Position type is high.
      • LOW

        const Number LOW
        Position type is low.
      • NEXT_TO_AXIS

        const Number NEXT_TO_AXIS
        Position type is next to axis.
      • NONE

        const Number NONE
        Position type is none.