TickLabelPosition
Constants which determine the placement of an axis' tick labels.
Enumeration Members
Section titled "Enumeration Members"Tick labels appear near the highest data value.
High = -4127 Tick labels appear near the lowest data value.
Low = -4134 NextToAxis
Section titled "NextToAxis"Tick labels appear near the axis.
NextToAxis = 4 Tick labels are not displayed.
None = -4142