Wijmo UI for the Web
autoMinor Field
wijmo.chart Namespace > chart_axis Interface : autoMinor Field
A value that indicates whether to calculate the minor tick mark values automatically. If you set this value to false, in order to show minor tick marks on the axis, you must specify a value for the unitMinor option.
Default: true
Type: Boolean
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: boolean
value = instance.autoMinor;
var autoMinor : boolean;
Remarks
If you set this value to false, in order to show minor tick marks on the axis, you must specify a value for the unitMinor option.
See Also

Reference

chart_axis Interface