jQuery.wijmo.wijlineargauge Namespace > options type : tickMajor Field |
Sets appearance options for the major tick marks that appear next to the numeric labels around the face of the gauge.
Javascript (Usage) | |
---|---|
var value; // Type: gauge_tick value = jQuery.wijmo.wijlineargauge.options.tickMajor; |
Javascript (Specification) | |
---|---|
|
$(document).ready(function () { $("#radialgauge1").wijradialgauge({ value: 90, tickMajor: { position: "inside", style: { fill: "purple", stroke: "#1E395B"}, factor: 2.5, marker: 'diamond', visible: true, offset: 27, interval: 20 } }); });