IBubbleChartAxis.ScaleType

Fore Syntax

ScaleType: BubbleChartAxisScaleType;

Fore.NET Syntax

ScaleType: Prognoz.Platform.Interop.Chart.BubbleChartAxisScaleType;

Description

The ScaleType property determines a method of calculating metric intervals.

Comments

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.

Example

The example of use is given in description of the IBubbleChart.AxisX and IBubbleChart.ColorAxis properties.

See also:

IBubbleChartAxis