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

In This Topic
    AddNewTrendLine Method
    In This Topic
    Creates a new TrendLine and appends it to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewTrendLine() As TrendLine
    public TrendLine AddNewTrendLine()

    Return Value

    New TrendLine.
    See Also