Search
FunctionSeries.getEvaluateFunctionDelegate Method
See Also
 






Gets a delegate called to evaluate unknown functions used in the expression.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public EvaluateFunction getEvaluateFunctionDelegate ()

 Return Value

An object implementing the EvaluateFunction interface.

 Remarks

This callback is invoked when FunctionSeries constructor is called with a formula string, and the expression interpreter encounters an unknown function.

 See Also