jQuery.wijmo.wijlineargauge Namespace > options type : logarithmicBase Field |
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) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijlineargauge.options.logarithmicBase; |
Javascript (Specification) | |
---|---|
|