2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / FunctionsCollection Class / Remove Method
Function to remove.

In This Topic
    Remove Method (FunctionsCollection)
    In This Topic
    Removes the specified function from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal f As FunctionBase _
    ) 
    public void Remove( 
       FunctionBase f
    )

    Parameters

    f
    Function to remove.
    See Also