Wijmo UI for the Web
marginLeft Option

Default value: 5

It is a value in pixels that indicates where to render the left edge of the gauge markers, it may help to also change the width option.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlineargauge("option", "marginLeft");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlineargauge("option", "marginLeft", newValue);
        
});
Javascript (Specification) 
var marginLeft : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlineargauge jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.