Wijmo UI for the Web
max Option

Default value: 100

Sets the maximum value of the gauge.

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

See Also

Reference

options type
wijgauge jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.