dotnetCHARTING Send comments on this topic.
Implicit Type Conversion(Element) Operator
See Also 
dotnetCHARTING Namespace > DataSource Class > Implicit Type Conversion Operator : Implicit Type Conversion(Element) Operator

e
Element that is used as the as the DataSource.
Creates a DataSource from the specified Element.

Syntax

Visual Basic (Declaration)  
Overloads Public Operator Widening CType( _
   ByVal e As Element _
) As DataSource
C#  
public DataSource operator implicit( 
   Element e
)

Parameters

e
Element that is used as the as the DataSource.

See Also