The BubbleChartAxisScaleType enumeration contains methods of calculating metric intervals.
It is used by the following property:
| Value | Brief description |
| 0 | Linear. The linear method when the data range is divided into a specified number of groups with equal length. |
| 1 | Uniform. The Uniform method when the entire data range is divided into a specified number of groups that contain the same number of units, but the groups lengths differ. |
The Uniform scale type can be set only for a color scale or bubble size scale.
See also: