'Declaration
Protected Overridable Function CreateFormatPlotAreaForm( _ ByVal model As ChartModel, _ ByVal viewType As ChartViewType, _ ByVal plotArea As PlotArea _ ) As Form
'Usage
Dim instance As SpreadChartContextMenuStrip Dim model As ChartModel Dim viewType As ChartViewType Dim plotArea As PlotArea Dim value As Form value = instance.CreateFormatPlotAreaForm(model, viewType, plotArea)
protected virtual Form CreateFormatPlotAreaForm( ChartModel model, ChartViewType viewType, PlotArea plotArea )
Parameters
- model
- The model.
- viewType
- Type of the view.
- plotArea
- The plot area.