A value that provides information for the major tick. Inherited from wijgauge.
Type: Object
Default:
{position: "inside", style: { fill: "#1E395B", stroke:"none" }, factor: 2, visible: true, marker: "rect", offset: 0, interval: 10}
position
A value that indicates the type of major tick mark.
Type: "String"
Default: "inside"
Remarks: Options are 'inside', 'outside' and 'cross'.
style
A value that indicates the style the of major tick mark.
Type: Object
Default:
{fill: "#1E395B", stroke:"none"}
factor
A value that indicates an integral factor for major tick mark length.
Type: Number
Default: 2
visible
A value that indicates whether to show the major tick.
Type: Boolean
Default: true
marker
A value that indicates which marker shape the tick is painted.
Type: "String"
Default: "rect"
Remarks: Options are 'rect', 'tri', 'circle', 'invertedTri', 'box', 'cross', and 'diamond'.
offset
A value that indicates where to paint the tick on the gauge.
Type: Number
Default: 0
interval
A value that indicates how much distance to add between the two nearest major ticks.
Type: Number
Default: 10