Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesInfo Class / SeriesGroupIndex Property


In This Topic
SeriesGroupIndex Property
In This Topic
Gets the index of series group, is -1 when series group is null
Syntax
'Declaration
 
Public ReadOnly Property SeriesGroupIndex As Integer
 
'Usage
 
Dim instance As SeriesInfo
Dim value As Integer
 
value = instance.SeriesGroupIndex
See Also