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