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






Gets the name of the function to evaluate.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public string Name { get; }

Visual Basic  Copy Code

Public ReadOnly Property Name As String

 Property Value

A string representing the function name, as it appears in the expression.

 See Also

EvaluateFunctionEventArgs Members
EvaluateFunctionEventArgs Class
MindFusion.Scripting Namespace