Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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