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

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

    Parameters

    plotAreaView
    legend
    See Also