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

In This Topic
    SeriesIndex Property (TrendLine)
    In This Topic
    Gets or sets the index of the data series that is used to calculate the TrendLine.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As System.Integer
    public System.int SeriesIndex {get; set;}
    Remarks
    If the SeriesIndex value does not address a specific data series, then the TrendLine is not shown.
    See Also