[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartContextMenuStrip.CreateLabelAreaForm

CreateLabelAreaForm Method

CreateLabelAreaForm(ChartModel, ChartViewType, LabelArea)

Creates the label area form.

Declaration
protected virtual Form CreateLabelAreaForm(ChartModel model, ChartViewType viewType, LabelArea labelArea)
Protected Overridable Function CreateLabelAreaForm(model As ChartModel, viewType As ChartViewType, labelArea As LabelArea) As Form
Parameters
Type Name Description
ChartModel model

The model.

ChartViewType viewType

Type of the view.

LabelArea labelArea

The label area.

Returns
Type Description
Form