Creates a new instance of the FunctionArgs class. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public FunctionArgs ( |
Visual Basic
![]() |
---|
Public New ( _ |
JavaScript
![]() |
---|
function FunctionArgs (sVal, eVal) |
The 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.