Search
BaseScale.customFunction Property
See Also
 






Gets or sets the function to be used for distribution of values along the scale when functionType is set to Custom.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get customFunction() {}
set customFunction(value) {}

 Property Value

FunctionDelegate

The function to be used for distribution of values along the scale when functionType is set to Custom.

 See Also