Wijmo UI for the Web
tickMajor Field
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..
Default: {position: "none", style: {fill: "black"}, factor: 1}
Type: Object
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: chart_axis_tick
value = instance.tickMajor;
var tickMajor : chart_axis_tick;
Remarks
factor
A value that indicates an integral factor for major tick mark length.
Default: 1
Type: Number
position
A value that indicates the position of the major tick mark in relation to the axis.
Default: "none"
Type: String
Valid Values:
  • none
  • inside
  • outside
  • cross
style
A value that indicates the style of major tick mark. For more information on the available style parameters, see the Style Options topic.
Default: {fill: "black"}
Type: Object
See Also

Reference

chart_axis Interface