Wijmo UI for the Web
autoMajor Field
wijmo.chart Namespace > chart_axis Interface : autoMajor Field

A value that indicates whether to calculate the major tick mark values automatically.

Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: boolean
value = instance.autoMajor;
var autoMajor : boolean;
Remarks
If you set this value to false, in order to show major tick marks on the axis, you must specify a value for the unitMajor option.
See Also

Reference

chart_axis Interface