Wijmo UI for the Web
yAxisLocation Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlineargauge("option", "yAxisLocation");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlineargauge("option", "yAxisLocation", newValue);
        
});
var yAxisLocation : number;
Remarks
Note that there is no actual Y axis in the LinearGauge. By default, it is centered in the gauge.A setting of 0.8 moves the pointer, tick marks, and labels toward the bottom edge of the gauge.
See Also

Reference

options type
wijlineargauge jQuery Widget