TickLabelPositionType

TickLabelPositionType enumeration

Represents the position type of tick-mark labels on the specified axis.

public enum TickLabelPositionType

Values

NameValueDescription
High0Specifies the axis labels shall be at the high end of the perpendicular axis.
Low1Specifies the axis labels shall be at the low end of the perpendicular axis.
NextTo2Specifies the axis labels shall be next to the axis.
None3Specifies the axis labels are not drawn.

See Also