Implicit Type Conversion(DataSource,SeriesCollection) Operator
Creates a DataSource from the specified SeriesCollection.
Syntax
'Declaration Overloads Public Operator Widening CType( _ ByVal sc As SeriesCollection _ ) As DataSource
public DataSource operator implicit( SeriesCollection sc )
Parameters
- sc
- SeriesCollection that is used as the as the DataSource.
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