2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / TrendsList Property

In This Topic
    TrendsList Property
    In This Topic
    Gets the TrendLinesCollection object associated with the current ChartData object.
    Syntax
    'Declaration
     
    Public ReadOnly Property TrendsList As TrendLinesCollection
    public TrendLinesCollection TrendsList {get;}
    Remarks
    This collection contains trend lines for this ChartData object.
    See Also