wijmo.gauge.wijlineargauge Namespace > options type : xAxisLocation Option |
Default value: 0.1
Sets the starting location of the X axis as a percentage of the width of the gauge.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlineargauge("option", "xAxisLocation"); // Set value var newValue; // Type: number $(".selector").wijlineargauge("option", "xAxisLocation", newValue); }); |
Javascript (Specification) | |
---|---|
|