Wijmo UI for the Web
autoMin Field
wijmo.chart Namespace > chart_axis Interface : autoMin Field
This option is obsolete. The minimum value is automatically calculated by default, and this automation is now turned off when you change the min option.
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: boolean
value = instance.autoMin;
var autoMin : boolean;
Remarks

See Also

Reference

chart_axis Interface