UserMin property



The user-specified minimum value for the y-axis scale. A user-specified value overrides the minimum value that the chart automatically calculates.

Syntax

Set:     Axis.setUserMin(maxValue)
Get: maxValue = Axis.getUserMin()

Applies to

Axis object.

Data type

double. A number that specifies the minimum value for the axis scale. The default value is 0.

Usage

After setting this property, call refresh() to redraw the chart.

See also
Max property
Min property
UserMax property
xAxisScaleMin PARAM tag
yAxisScaleMin PARAM tag