Search
BaseScale.functionType Property
See Also
 






Gets or sets the type of the function used to calculate the distribution of values along the scale.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get functionType() {}
set functionType(value) {}

 Property Value

FunctionType

The type of the function used to calculate the distribution of values along the scale.

 See Also