The ChartAxisPosition enumeration contains variants of chart axis positions.
It is used by the following property:
| Value | Brief description |
| 0 | Auto. Automatic placement: axis intersection with the orthogonal axis in the minimum value or category. |
| 1 | Maximum. Axis intersection with the orthogonal axis in the maximum value or category. Axis labels are outside the plot area. |
| 2 | Custom. Axis intersection with the orthogonal axis in the point specified by the user. The distance is selected in the IChartAxis.PositionValue property. |
The Auto value is used by default.
See also: