Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateChartSelectDataSourceForm Method
The spread.
The chart.


In This Topic
CreateChartSelectDataSourceForm Method (SpreadChartContextMenuStrip)
In This Topic
Creates the chart select data source form.
Syntax
'Declaration
 
Protected Overridable Function CreateChartSelectDataSourceForm( _
   ByVal spread As FpSpread, _
   ByVal chart As SpreadChart _
) As Form
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim spread As FpSpread
Dim chart As SpreadChart
Dim value As Form
 
value = instance.CreateChartSelectDataSourceForm(spread, chart)

Parameters

spread
The spread.
chart
The chart.
See Also