wijmo.gauge.wijlineargauge Namespace > options type : marginBottom Option |
Default value: 5
It is a value in pixels that indicates where to render the bottom edge of the gauge face.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlineargauge("option", "marginBottom"); // Set value var newValue; // Type: number $(".selector").wijlineargauge("option", "marginBottom", newValue); }); |
Javascript (Specification) | |
---|---|
|