ChartAxis.MinValue

Syntax

MinValue: Number

Description

The MinValue property determines minimum value of bubble chart axis.

Comments

Use the setMinValue method to set the property value, and the getMinValue method to get the property value. Property value cannot be set from JSON.

Example

The example of use is given in the page with description of the ChartAxis.MaxValue property.

See also:

ChartAxis