IBubbleChartAxis.Min

Fore Syntax

Min: Double;

Fore.NET Syntax

Min: Double;

Description

The Min property determines a minimum value of bubble chart metric.

Comments

This property is relevant if the AutoMinMax property is set to False. The maximum possible value of this property is ten.

Example

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

See also:

IBubbleChartAxis