Search
BaseScale.logarithmBase Property
See Also
 






Gets or sets the logarithm base when FunctionType is set to Logarithmic.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get logarithmBase() {}
set logarithmBase(value) {}

 Property Value

Number

The logarithm base when functionType is set to Logarithmic.

 See Also