wijmo.gauge.wijlineargauge Namespace > options type : max Option |
Default value: 100
Sets the maximum value of the gauge.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlineargauge("option", "max"); // Set value var newValue; // Type: number $(".selector").wijlineargauge("option", "max", newValue); }); |
Javascript (Specification) | |
---|---|
|