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


In This Topic
CreateLabelAreaForm Method
In This Topic
Creates the label area form.
Syntax
'Declaration
 
Protected Overridable Function CreateLabelAreaForm( _
   ByVal model As ChartModel, _
   ByVal viewType As ChartViewType, _
   ByVal labelArea As LabelArea _
) As Form
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim model As ChartModel
Dim viewType As ChartViewType
Dim labelArea As LabelArea
Dim value As Form
 
value = instance.CreateLabelAreaForm(model, viewType, labelArea)

Parameters

model
The model.
viewType
Type of the view.
labelArea
The label area.
See Also