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 that the text shall be centered.
Left1
Represents the text that shall be left justified.
Right2
Represents that the text shall be right justified.

See Also