ChartAxis.AutoMax

Syntax

AutoMax: Boolean

Description

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

Comments

Use JSON or the setAutoMax method to set the property value and the getAutoMax method to get the property value.

The property is set to True if it is possible to automatically set maximum 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