ChartCanvasAxis.Min

Syntax

Min: Number;

Description

The Min property determines minimum value of the chart axis.

Comments

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:

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