Wijmo UI for the Web
height Option
wijmo.gauge.wijlineargauge Namespace > options type : height Option

Default value: 'auto'

Sets the height of the gauge area in pixels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlineargauge("option", "height");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlineargauge("option", "height", newValue);
        
});
var height : string;
See Also

Reference

options type
wijlineargauge jQuery Widget