IBubbleChartAxis.AutoMinMax

Fore Syntax

AutoMinMax: Boolean;

Fore.NET Syntax

AutoMinMax: Boolean;

Description

The AutoMinMax property determines method of setting maximum and minimum values of the bubble chart metric.

Comments

By default this property is set to True, and maximum and minimum values of the bubble chart metrics are defined automatically based on the metric values range.

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

Example

Example of Use is given in description of the IBubbleChart.AxisX and IBubbleChart.ColorAxis properties.

See also:

IBubbleChartAxis