Invokes a custom function that calculates the values for the chart. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn instance of type MindFusion.Charting.CalculateFunctionDelegate. RemarksThe 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 |