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

In This Topic
    SeriesIndex Property (PolygonData)
    In This Topic
    Gets the or sets the index of the ChartDataSeries from which to obtain data defining the polygon.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As System.Integer
    public System.int SeriesIndex {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