asposecells.api

Class TickLabelAlignmentType

Utility class containing constants. Represents the text alignment type for the tick labels on the axis

Field Summary
const  intCENTER
Represents the text shall be centered.
const  intLEFT
Represents the text shall be left justified.
const  intRIGHT
Represents the text shall be right justified.
 

    • Field Detail

      • CENTER

        const int CENTER
        Represents the text shall be centered.
      • LEFT

        const int LEFT
        Represents the text shall be left justified.
      • RIGHT

        const int RIGHT
        Represents the text shall be right justified.