TickLabelPositionType

TickLabelPositionType class

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

Constants

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.

High

Specifies the axis labels shall be at the high end of the perpendicular axis.


Low

Specifies the axis labels shall be at the low end of the perpendicular axis.


NextTo

Specifies the axis labels shall be next to the axis.


None

Specifies the axis labels are not drawn.