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
Specifies that the text is centered.
Left1
Specifies that the text is left-aligned..
Right2
Specifies that the text is right-aligned..

See Also