Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / SeriesDataSource Constructor / SeriesDataSource Constructor(SerializationInfo,StreamingContext)
The info.
The context.


In This Topic
    SeriesDataSource Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the SeriesDataSource class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New SeriesDataSource(info, context)
    public SeriesDataSource( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The info.
    context
    The context.
    See Also