Wijmo UI for the Web
marginLeft Option
wijmo.gauge.wijradialgauge Namespace > options type : marginLeft Option

Default value: 0

Sets a value in pixels that indicates where to render the left edge of the gauge face.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijradialgauge("option", "marginLeft");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijradialgauge("option", "marginLeft", newValue);
        
});
var marginLeft : number;
Remarks
Note: If the radius of the gauge is too large to fit within the rectangle defined by the width and height less the specified margins, and the radius is set to the default value of "auto," Wijmo automatically resizes the gauge to fit.
See Also

Reference

options type
wijradialgauge jQuery Widget