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


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