asposecells.api

Class TickMarkType

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

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

    • Field Detail

      • CROSS

        const int CROSS
        Tick mark type is Cross.
      • INSIDE

        const int INSIDE
        Tick mark type is Inside.
      • NONE

        const int NONE
        Tick mark type is None.
      • OUTSIDE

        const int OUTSIDE
        Tick mark type is Outside