Wijmo UI for the Web
max Option
wijmo.gauge.wijgauge Namespace > options type : max Option

Default value: 100

Sets the maximum value of the gauge.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgauge("option", "max");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgauge("option", "max", newValue);
        
});
var max : 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
wijgauge jQuery Widget