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