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