Creates a new instance of the FunctionArgs class. Namespace: MindFusion.Charting Syntax
Parameters
RemarksThe arguments of the FunctionArgs constructor are two parameters, which indicate the smallest and biggest float numbers, for which the delegate function is calculated. The newly created FunctionArgs object must be assigned to the chart FunctionArguments property. The control calculates the chart data as a result from the delegate function with parameters the numbers from the specified FunctionArguments interval. See Also |