Min property
Returns the minimum value for the y-axis scale.
Syntax
Get: minValue = Axis.getMin()
Applies to
Axis object.
Data type
double. A number that specifies the minimum 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 UserMin property to override the value that the chart automatically calculates.
See also
Max property
UserMax property
UserMin property