ScaleType: BubbleChartAxisScaleType;
ScaleType: Prognoz.Platform.Interop.Chart.BubbleChartAxisScaleType;
The ScaleType property determines a method of calculating metric intervals.
Only BubbleChartAxisScaleType.Linear can be selected as the value of this property for X and Y axes. For the color scale or bubble size scale the user can also select the BubbleChartAxisScaleType.Uniform method.
The example of use is given in description of the IBubbleChart.AxisX and IBubbleChart.ColorAxis properties.
See also: