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

In This Topic
    Add Method (FunctionsCollection)
    In This Topic
    Adds the specified function to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal f As FunctionBase _
    ) As System.Integer
    public System.int Add( 
       FunctionBase f
    )

    Parameters

    f
    Function.

    Return Value

    Integer index.
    See Also