Max: Number;
The Max property sets maximum value of the chart axis.
Use JSON or the setMax method to set the property value and the getMax method to get the property value.
The setMax method has the following parameters: value, that sets maximum 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 needs 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: