Invokes a custom function that calculates the values for the chart. Namespace: MindFusion.Charting Syntax
Parameters
Return ValueRemarksThe delegate enables custom functions to be computed and drawn rather than settings numbers with XData and YData. The delegate's function argument specifies the numerical interval, in which the function is computed. In order to raise the CalculateFunction event, provide a method that calculates the value of a float argument and returns float result. Then, assign the method to an instance of the CalculateFunctionDelegate delegate. ExampleThe following example:
See Also |