IBubbleChartAxis.AutoMinMax

Fore Syntax

AutoMinMax: Boolean;

Fore.NET Syntax

AutoMinMax: Boolean;

Description

The AutoMinMax property determines a method of setting maximum and minimum values of bubble chart metrics.

Comments

The property is set to True, and maximum and minimum values of the bubble chart metrics are determined automatically based on the metric values range.

If the AutoMinMax property is set to False, maximum and minimum values of matrix metrics are determined in the Max and Min properties.

Example

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

See also:

IBubbleChartAxis