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

In This Topic
    SeriesIndex Property (DrawDataSeriesEventArgs)
    In This Topic
    Gets the index of the data series about to be drawn.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesIndex As System.Integer
    public System.int SeriesIndex {get;}
    See Also