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

sc
SeriesCollection that is used as the as the DataSource.
Creates a DataSource from the specified SeriesCollection.

Syntax

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

Parameters

sc
SeriesCollection that is used as the as the DataSource.

See Also