Sets a delegate called to evaluate unknown functions used in the expression.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public void setEvaluateFunctionDelegate ( |
An object implementing the EvaluateFunction interface.
RemarksThis callback is invoked when FunctionSeries constructor is called with a formula string, and the expression interpreter encounters an unknown function.
See Also