Search
BaseScale.reversedCustomFunction Property
See Also
 






Gets or sets the reversed version of the function specified through customFunction.

Namespace: MindFusion.Gauges
File: BaseScale.js

 Syntax

JavaScript  Copy Code

get reversedCustomFunction() {}
set reversedCustomFunction(value) {}

 Property Value

FunctionDelegate

The reversed version of the function specified through CustomFunction.

 See Also