wijmo.gauge.wijlineargauge Namespace > options type : yAxisLocation Option |
Default value: 0.5
Sets the base vertical location of the pointer, tick marks and labels on the X axis as a percentage of the height of the gauge.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlineargauge("option", "yAxisLocation"); // Set value var newValue; // Type: number $(".selector").wijlineargauge("option", "yAxisLocation", newValue); }); |
Javascript (Specification) | |
---|---|
|