Gets or sets the index of the data series that is used to calculate the TrendLine.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(0)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public int SeriesIndex { get; set; }
Visual Basic
<DefaultValueAttribute(0)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property SeriesIndex As Integer
	Get
	Set

Remarks

If the SeriesIndex value does not address a specific data series, then the TrendLine is not shown.

See Also