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

s
Series that is used as the as the DataSource.
Creates a DataSource from the specified Series.

Syntax

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

Parameters

s
Series that is used as the as the DataSource.

See Also

© 2010 All Rights Reserved.