Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesInfo Class / SeriesIndex Property


In This Topic
    SeriesIndex Property (SeriesInfo)
    In This Topic
    Gets the index of the series in its parent collection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesIndex As Integer
    'Usage
     
    
    Dim instance As SeriesInfo
    Dim value As Integer
     
    value = instance.SeriesIndex
    public int SeriesIndex {get;}
    See Also