ChartAutoScaleMode

Description

The ChartAutoScaleMode enumeration contains axis scale modes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. Scaleable scale is not used.
1 Clustering. Clustering. When this scale mode is used, the following scale parameter can be specified: IChartAxis.AutoScaleParameter.
2 Distributed. Distributed scaling. When this scale mode is used, the following scale parameter can be specified: IChartAxis.AutoScaleParameter.
3 Logarithmic. Logarithmic scale.
4 User. Custom scale.

See also:

Chart Assembly Enumerations