Min: Number;
The Min property determines minimum value of the chart axis.
Use JSON or the setMin method to set the property value and the getMin method to get the property value.
The setMin method has the following parameters: value, that sets minimum value of the chart axis, redraw, that indicates whether the chart needs to be redrawn, and noAnimation, that indicates whether animation is used when redrawing the chart.
Available values for the redraw parameter:
true. The chart should be redrawn (default).
false. Chart rerendering is not required.
Available values of the noAnimation parameter:
true. Animation is used.
false. Animation is not used (default).
The example of use is given on the Example of Creating a Scatter Chart page.
See also: