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").wijgauge("option", "marginBottom");
// Set value
var newValue; // Type: number
$(".selector").wijgauge("option", "marginBottom", newValue);
});
var marginBottom : number;
See Also