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

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

    Parameters

    plotAreaView
    data
    See Also