Enum TickLabelAlignmentType

TickLabelAlignmentType enumeration

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

public enum TickLabelAlignmentType

Values

NameValueDescription
Center0Represents the text shall be centered.
Left1Represents the text shall be left justified.
Right2Represents the text shall be right justified.

See Also