Max property
Returns the maximum value for the y-axis scale.
Syntax
Get: maxValue = Axis.getMax()
Applies to
Axis object.
Data type
double. A number that specifies the maximum value for the axis scale. The default value depends on the data that is plotted.
Usage
After setting this property, call refresh() to redraw the chart.
You can set the UserMax property to override the value that the chart automatically calculates.
See also
Min property
UserMax property
UserMin property