| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator Widening CType( _ ByVal sc As SeriesCollection _ ) As DataSource | |
| C# | |
|---|---|
public DataSource operator implicit( SeriesCollection sc ) | |
| C++/CLI | |
|---|---|
public: DataSource^ operator implicit( SeriesCollection^ sc ) | |
Parameters
- sc
- SeriesCollection that is used as the as the DataSource.