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

Default value: 0

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

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