Wijmo UI for the Web
marginLeft Option
wijmo.gauge.wijlineargauge Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlineargauge("option", "marginLeft");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlineargauge("option", "marginLeft", newValue);
        
});
var marginLeft : number;
See Also

Reference

options type
wijlineargauge jQuery Widget