Wijmo UI for the Web
autoMinor Field

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

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: bool
value = instance.autoMinor;
Javascript (Specification) 
var autoMinor : bool;
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.
Browser Compatibility
7
5
5

See Also

Reference

chart_axis Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.