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

Default value: 0

Sets the minimum value of the gauge.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlineargauge("option", "min");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlineargauge("option", "min", newValue);
        
});
var min : number;
Remarks
Use this option along with min to set the numeric scale of values that are shown on the gauge. This setting limits your valid values for other options, such as value and ranges.
See Also

Reference

options type
wijlineargauge jQuery Widget