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