'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.