'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)
protected virtual Form CreateFormatChartAreaForm( ChartModel model, ChartViewType viewType )
Parameters
- model
- The model.
- viewType
- Type of the view.