wijmo.gauge.wijgauge Namespace > options type : width Option |
Default value: 600
Sets the width of the gauge area in pixels.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijgauge("option", "width"); // Set value var newValue; // Type: number $(".selector").wijgauge("option", "width", newValue); }); |
Javascript (Specification) | |
---|---|
|