2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / FunctionsCollection Class / Item Property

In This Topic
    Item Property (FunctionsCollection)
    In This Topic
    Gets the specified function from the collection by numeric index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal i As System.Integer _
    ) As FunctionBase
    public FunctionBase this[ 
       System.int i
    ]; {get;}

    Parameters

    i
    See Also