The ChartAxisStepMode enumeration contains calculation methods for the axis tick marks.
It is used by the following properties and methods:
| Value | Brief description |
| 1 | Auto. Automatic calculation of tick marks. |
| 2 | FixedIntervals. Fixed number of intervals. When this calculation method is selected, specify the IChartAxis.IntervalsCount property. |
| 3 | FixedStep. Fixed step of a tick mark. When this calculation method is selected, specify the IChartAxis.StepValue property. |
| 4 | FixedDistance. The minimum distance between the interval values (mm). When this calculation method is selected, specify the IChartAxis.StepDistance property. |
See also: