ChartAxis.AutoMin

Syntax

AutoMin: Boolean

Description

The AutoMin property determines whether it is possible to automatically set minimum value for bubble chart axis.

Comments

Use JSON or the setAutoMin method to set the property value and the getAutoMin method to get the property value.

The property is set to True if it is possible to automatically set minimum value for bubble chart axis, otherwise it is set to False.

Example

The example of use is given in the page ChartAxis Constructor.

See also:

ChartAxis