Charting for WinForms Programmer's Guide
EvaluateFunctionEventArgs.Arguments Property
See Also
 






Gets the list of the function's arguments.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public Object[] Arguments { get; }

Visual Basic  Copy Code

Public ReadOnly Property Arguments As Object()

 Property Value

The list of arguments of the function; or an empty list if the function does not accept arguments.

 See Also

EvaluateFunctionEventArgs Members
EvaluateFunctionEventArgs Class
MindFusion.Scripting Namespace