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