ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SjsFixedLegendLayerViewBuilder Class / _buildLegendLayerView Method

In This Topic
    _buildLegendLayerView Method (_SjsFixedLegendLayerViewBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildLegendLayerView( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal legendViews As List(Of ILegendView) _
    ) As ILegendLayerView
    public ILegendLayerView _buildLegendLayerView( 
       IPlotAreaView plotAreaView,
       List<ILegendView> legendViews
    )

    Parameters

    plotAreaView
    legendViews
    See Also