asposecells.api

Class TickLabelPositionType

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

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

    • Field Detail

      • HIGH

        const int HIGH
        Position type is high.
      • LOW

        const int LOW
        Position type is low.
      • NEXT_TO_AXIS

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

        const int NONE
        Position type is none.