Description
A TickLabelPos value specifies the position of axis tick labels.
C#
vb.net
Values
Name |
Description |
---|---|
HighEnd |
Tick labels will be displayed at the top of the chart's plot area. |
Invisible |
Tick labels will not be shown. |
LowEnd |
Tick labels will be displayed at the bottom of the chart's plot area. |
NextToAxis |
Tick labels will be displayed next to the axis. |