Description
A LabelPosition value specifies the position of an axis label in a chart.
C#
vb.net
Values
Name |
Description |
---|---|
HighEndPlotArea |
The axis label will be displayed at the top of the chart's plot area. |
Invisible |
The axis label will not be shown. |
LowEndPlotArea |
The axis label will be displayed at the bottom of the chart's plot area. |
NextToAxis |
The axis label will be displayed next to the axis. |