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

In This Topic
    Contains Method (TrendLinesCollection)
    In This Topic
    Determines whether the specified TrendLine exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal tl As TrendLine _
    ) As System.Boolean
    public System.bool Contains( 
       TrendLine tl
    )

    Parameters

    tl
    TrendLine.

    Return Value

    A boolean indicating whether the specified TrendLine is contained in the collection.
    See Also