Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateFormatChartAreaForm Method
The model.
Type of the view.


In This Topic
CreateFormatChartAreaForm Method
In This Topic
Creates the chart select data source form.
Syntax
'Declaration
 
Protected Overridable Function CreateFormatChartAreaForm( _
   ByVal model As ChartModel, _
   ByVal viewType As ChartViewType _
) As Form
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim model As ChartModel
Dim viewType As ChartViewType
Dim value As Form
 
value = instance.CreateFormatChartAreaForm(model, viewType)

Parameters

model
The model.
viewType
Type of the view.
See Also