ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _FloatLegendLayerView Class / _FloatLegendLayerView Constructor

In This Topic
    _FloatLegendLayerView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal legendViews As List(Of ILegendView) _
    )
    public _FloatLegendLayerView( 
       IPlotAreaView plotAreaView,
       List<ILegendView> legendViews
    )

    Parameters

    plotAreaView
    legendViews
    See Also