[]
Specifies the position of tick-mark labels on the specified axis.
public enum TickLabelPosition
High = 2
Specifies that the tick marks are at the top or right side of the chart.
Low = 1
Specifies that the tick marks are on the bottom or left side of the chart.
NextToAxis = 3
Specifies that the tick marks are next to the axis (where the axis is not at either side of the chart).
None = 0
Specifies no tick marks.