Spread WinForms 15
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)

Parameters

spread
The spread.
chart
The chart.
See Also