The ChartAutoScaleMode enumeration contains modes of axis scaling.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Zoomed scale is not used. |
| 1 | Clustering. Clustering. When this scaling mode is used, the following scaling parameter can be specified: IChartAxis.AutoScaleParameter. |
| 2 | Distributed. Distributed scaling. When this scaling mode is used, the following scaling parameter can be specified: IChartAxis.AutoScaleParameter. |
| 3 | Logarithmic. Logarithmic scale. |
| 4 | User. Custom scale. |
See also: