Wijmo UI for the Web
tickMinor Field
wijmo.chart Namespace > chart_axis Interface : tickMinor Field
A value that provides information for the minor tick.
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.tickMinor;
var tickMinor : chart_axis_tick;
Remarks
factor
A value that indicates an integral factor for minor tick mark length.
Default: 1
Type: Number
position
A value that indicates the type of minor tick mark.
Default: "none"
Type: String
Valid values:
  • none
  • inside
  • outside
  • cross
style
A value that indicates the style of minor 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