wijmo.gauge.wijlineargauge Namespace > options type : xAxisLength Option |
Default value: 0.8
Sets the length 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", "xAxisLength"); // Set value var newValue; // Type: number $(".selector").wijlineargauge("option", "xAxisLength", newValue); }); |
Javascript (Specification) | |
---|---|
|