ScaleType: BubbleChartAxisScaleType;
ScaleType: Prognoz.Platform.Interop.Chart.BubbleChartAxisScaleType;
The ScaleType property determines 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 you can also select the BubbleChartAxisScaleType.Uniform method.
Example of Use is given in description of the IBubbleChart.AxisX and IBubbleChart.ColorAxis properties.
See also: