UserMax property



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

Syntax

Set:     Axis.setUserMax(maxValue)
Get: maxValue = Axis.getUserMax()

Applies to

Axis object.

Data type

double. A number that specifies the maximum 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
UserMin property
xAxisScaleMax PARAM tag
yAxisScaleMax PARAM tag