2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / TrendLinesCollection Class / Remove Method
TrendLine to remove.

In This Topic
    Remove Method (TrendLinesCollection)
    In This Topic
    Removes the specified TrendLine from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal tl As TrendLine _
    ) 
    public void Remove( 
       TrendLine tl
    )

    Parameters

    tl
    TrendLine to remove.
    See Also