wijmo.chart Namespace > chart_axis Interface : tickMajor Field |
Creates an object with all of the settings to use in drawing tick marks that appear next to the numeric labels for major values along the X axis.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.chart.chart_axis; var value; // Type: chart_axis_tick value = instance.tickMajor; |
Javascript (Specification) | |
---|---|
var tickMajor : chart_axis_tick; |