Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateFormatPlotAreaForm Method
The model.
Type of the view.
The plot area.


In This Topic
    CreateFormatPlotAreaForm Method
    In This Topic
    Creates the format plot area form.
    Syntax
    '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.
    See Also