.netCHARTING v10.5 Documentation


The element.
FromElement(Element) Method
Creates a DataSource object from an element Element.
Syntax
'Declaration
 
Public Overloads Shared Function FromElement( _
   ByVal e As Element _
) As DataSource
'Usage
 
Dim e As Element
Dim value As DataSource
 
value = DataSource.FromElement(e)
public static DataSource FromElement( 
   Element e
)

Parameters

e
The 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