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

Default value: 0

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijradialgauge("option", "marginBottom");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijradialgauge("option", "marginBottom", newValue);
        
});
var marginBottom : 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