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

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

    Parameters

    index
    Index.
    tl
    TrendLine.
    See Also