The ChartAxisPositionOffsetType enumeration contains variants of axis offset.
It is used by the following property:
| Value | Brief description |
| 0 | None. No offset. |
| 1 | Auto. Automatic offset. Axis offset is set that equals to tick mark length inside the axis. |
| 2 | Custom. Custom offset. The distance is selected in the IChartAxis.PositionOffsetValue property. |
See also: