Gets the or sets the index of the ChartDataSeries from which to obtain data defining the polygon.

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

Syntax

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

Remarks

The ChartGroup to which the series belongs is specified by the parent object of which the PolygonData object is a part.

See Also