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

See Also

Reference

chart_axis Interface