Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabel Class / SeriesIndex Property


In This Topic
    SeriesIndex Property (DataLabel)
    In This Topic
    Gets the index of the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesIndex As Integer
    'Usage
     
    Dim instance As DataLabel
    Dim value As Integer
     
    value = instance.SeriesIndex
    public int SeriesIndex {get;}

    Property Value

    The index of the series.
    See Also