wijmo.gauge.wijgauge Namespace > options type : logarithmicBase Option |
Default value: 10
The logarithmicBase option, inherited from the jquery.wijmo.wijgauge.js base class, indicates the logarithmic base to use if the islogarithmic option is set to true. The logarithmic base is the number to raise to produce the exponent.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijgauge("option", "logarithmicBase"); // Set value var newValue; // Type: number $(".selector").wijgauge("option", "logarithmicBase", newValue); }); |
Javascript (Specification) | |
---|---|
|