ComponentOne Chart for .NET (2.0) Search HelpCentral 

FunctionsCollection.Remove Method

Removes the specified function from the collection.

[Visual Basic]

Public Sub Remove( _

ByVal f As FunctionBase _

)

[C#]

public void Remove(

FunctionBase f

);

[Delphi]

public procedure Remove(

f: FunctionBase

);

Parameters

f

Function to remove.

See Also

FunctionsCollection Class | FunctionsCollection Members | C1.Win.C1Chart Namespace | FunctionsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.