Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / ChartSelectDataSource Constructor / ChartSelectDataSource Constructor(FpSpread,SpreadChart)
The spread.
The chart.


In This Topic
    ChartSelectDataSource Constructor(FpSpread,SpreadChart)
    In This Topic
    Initializes a new instance of the ChartSelectDataSource class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread, _
       ByVal chart As SpreadChart _
    )
    'Usage
     
    
    Dim spread As FpSpread
    Dim chart As SpreadChart
     
    Dim instance As New ChartSelectDataSource(spread, chart)
    public ChartSelectDataSource( 
       FpSpread spread,
       SpreadChart chart
    )

    Parameters

    spread
    The spread.
    chart
    The chart.
    See Also