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

In This Topic
    _CartesianItemizedLegendView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal data As IItemizedLegendDataModel _
    )
    public _CartesianItemizedLegendView( 
       IPlotAreaView plotAreaView,
       IItemizedLegendDataModel data
    )

    Parameters

    plotAreaView
    data
    See Also