[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionBase.CreateFunction

CreateFunction Method

CreateFunction(string, string, string)

Calculates user function.

Declaration
protected object CreateFunction(string code, string parName, string prefix)
Protected Function CreateFunction(code As String, parName As String, prefix As String) As Object
Parameters
Type Name Description
string code

The literal code fragment to represent.

string parName

The name of the parameter to declare.

string prefix

The error prefix.

Returns
Type Description
object

The "UserFunction.Calculator" object.