Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
protected Object CreateFunction(
	string code,
	string parName,
	string prefix
)
Visual Basic
Protected Function CreateFunction ( _
	code As String, _
	parName As String, _
	prefix As String _
) As Object

Parameters

code
Type: System..::..String
parName
Type: System..::..String
prefix
Type: System..::..String

See Also