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

Default value: 'auto'

Sets the width of the gauge area in pixels.

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

Reference

options type
wijlineargauge jQuery Widget