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

Syntax

C#
protected double[] CalcFunction(
	double[] x,
	ISimpleFunction user,
	Object compiled,
	CalculateFunctionEventHandler evh
)
Visual Basic
Protected Function CalcFunction ( _
	x As Double(), _
	user As ISimpleFunction, _
	compiled As Object, _
	evh As CalculateFunctionEventHandler _
) As Double()

See Also