Aspose::Cells::Charts::TickLabelAlignmentType enum

TickLabelAlignmentType enum

Represents the text alignment type for the tick labels on the axis.

enum class TickLabelAlignmentType

Values

NameValueDescription
Center0
Represents the text shall be centered.
Left1
Represents the text shall be left justified.
Right2
Represents the text shall be right justified.

See Also