ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ILegendViewBuilder Interface / _buildLegendView Method

In This Topic
    _buildLegendView Method (ILegendViewBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Function _buildLegendView( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal legend As ILegendDataModel _
    ) As ILegendView
    ILegendView _buildLegendView( 
       IPlotAreaView plotAreaView,
       ILegendDataModel legend
    )

    Parameters

    plotAreaView
    legend
    See Also