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

In This Topic
    Insert Method (FunctionsCollection)
    In This Topic
    Inserts the specified function in the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal f As FunctionBase _
    ) 
    public void Insert( 
       System.int index,
       FunctionBase f
    )

    Parameters

    index
    Index.
    f
    Function.
    See Also