Gets or sets the index of the data series that is used to calculate the TrendLine.
[Visual Basic]
Public Property SeriesIndex As Integer
[C#]
public int SeriesIndex {get;set;}
[Delphi]
public property SeriesIndex: Int32 read get_SeriesIndex write set_SeriesIndex;
Remarks
If the SeriesIndex value does not address a specific data series, then the TrendLine is not shown.
See Also
TrendLine Class | TrendLine Members | C1.Win.C1Chart Namespace | TrendLine Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |