Removes the specified function from the collection.

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

Syntax

C#
public void Remove(
	FunctionBase f
)
Visual Basic
Public Sub Remove ( _
	f As FunctionBase _
)

Parameters

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

See Also