Gets the or sets the index of the ChartDataSeries from which to obtain data defining the polygon.
[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
The ChartGroup to which the series belongs is specified by the parent object of which the PolygonData object is a part.
See Also
PolygonData Class | PolygonData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |