.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataSource Class > FromElement Method : FromElement(SeriesCollection,String,String) Method
SeriesCollection containing the series of the given element.
Name of the series that contains the given element.
Name of the given element.
FromElement(SeriesCollection,String,String) Method
Creates a DataSource object from a SeriesColleciton, Series, and Element.
Syntax
'Declaration
 
Public Overloads Shared Function FromElement( _
   ByVal sourceSeriesCollection As SeriesCollection, _
   ByVal sourceSeriesName As String, _
   ByVal sourceElementName As String _
) As DataSource
'Usage
 
Dim sourceSeriesCollection As SeriesCollection
Dim sourceSeriesName As String
Dim sourceElementName As String
Dim value As DataSource
 
value = DataSource.FromElement(sourceSeriesCollection, sourceSeriesName, sourceElementName)

Parameters

sourceSeriesCollection
SeriesCollection containing the series of the given element.
sourceSeriesName
Name of the series that contains the given element.
sourceElementName
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