ChartCanvasAxis.Max

Syntax

Max: Number;

Description

The Max property sets maximum value of the chart axis.

Comments

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:

Available values of the noAnimation parameter:

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis