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

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

    Parameters

    i
    See Also