Search
BaseScale.setCustomFunction Method
See Also
 






Sets the function to be used for distribution of values along the scale when setFunctionType is set to FunctionType.Custom.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public void setCustomFunction (
    FunctionDelegate value
)

 Parameters

value

 See Also