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