[]
Creates the format plot area form.
protected virtual Form CreateFormatPlotAreaForm(ChartModel model, ChartViewType viewType, PlotArea plotArea)
Protected Overridable Function CreateFormatPlotAreaForm(model As ChartModel, viewType As ChartViewType, plotArea As PlotArea) As Form
| Type | Name | Description |
|---|---|---|
| ChartModel | model | The model. |
| ChartViewType | viewType | Type of the view. |
| PlotArea | plotArea | The plot area. |
| Type | Description |
|---|---|
| Form | The chart format plot area form. |