Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / CreateFormatChartAreaForm Method
The model.
Type of the view.


In This Topic
    CreateFormatChartAreaForm Method
    In This Topic
    Creates the chart select data source form.
    Syntax
    '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.
    See Also