BubbleChartAxisScaleType

Description

The BubbleChartAxisScaleType enumeration contains methods of calculating metric intervals.

It is used by the following property:

Available Values

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.

Comments

The Uniform scale type can be set only for a color scale or bubble size scale.

See also:

Chart Assembly Enumerations