| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Shared Function FromElementGroup( _ ByVal sourceSeriesCollection As SeriesCollection, _ ByVal sourceGroupName As String _ ) As DataSource | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public static DataSource FromElementGroup( SeriesCollection sourceSeriesCollection, string sourceGroupName ) | |
Parameters
- sourceSeriesCollection
- SeriesCollection containing the given group of elements.
- sourceGroupName
- Index of the element in each series that makes up the group.
 
  
  
  
 