[]
        
(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)
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.