aspose.cells

Class TickLabelAlignmentType

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

Field Summary
const  NumberCENTER
Represents the text shall be centered.
const  NumberLEFT
Represents the text shall be left justified.
const  NumberRIGHT
Represents the text shall be right justified.
 

    • Field Detail

      • CENTER

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

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

        const Number RIGHT
        Represents the text shall be right justified.