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