.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataSource Class > FromElementGroup Method : FromElementGroup(SeriesCollection,String,DataSourceType) Method
SeriesCollection containing the given group of elements.
Name of the element in each series that makes up the group.
Name of the given element.
FromElementGroup(SeriesCollection,String,DataSourceType) Method
Creates an Element Group DataSource object from a SeriesColleciton, and Element name.
Syntax
'Declaration
 
Public Overloads Shared Function FromElementGroup( _
   ByVal sourceSeriesCollection As SeriesCollection, _
   ByVal sourceGroupName As String, _
   ByVal splitIntoType As DataSourceType _
) As DataSource
'Usage
 
Dim sourceSeriesCollection As SeriesCollection
Dim sourceGroupName As String
Dim splitIntoType As DataSourceType
Dim value As DataSource
 
value = DataSource.FromElementGroup(sourceSeriesCollection, sourceGroupName, 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also