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