Adds the specified function to the collection.

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

Syntax

C#
public int Add(
	FunctionBase f
)
Visual Basic
Public Function Add ( _
	f As FunctionBase _
) As Integer

Parameters

f
Type: C1.Win.C1Chart..::..FunctionBase
Function.

Return Value

Integer index.

See Also