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

In This Topic
    Add Method (TrendLinesCollection)
    In This Topic
    Adds the specified TrendLine to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal tl As TrendLine _
    ) As System.Integer
    public System.int Add( 
       TrendLine tl
    )

    Parameters

    tl
    TrendLine.

    Return Value

    Integer index.
    See Also