Wijmo UI for the Web
value Option

Default value: 0

Sets the value of the gauge, indicated by the pointer.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlineargauge("option", "value");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlineargauge("option", "value", newValue);
        
});
Javascript (Specification) 
var value : number;
Remarks
This value must fall between the min and max values that you set.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlineargauge jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.