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

In This Topic
    _EmptyLegendInitializer Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal legend As _EmptyColorLegendDataModel, _
       ByVal definition As ILegendDefinition _
    )
    public _EmptyLegendInitializer( 
       IPlotAreaView plotAreaView,
       _EmptyColorLegendDataModel legend,
       ILegendDefinition definition
    )

    Parameters

    plotAreaView
    legend
    definition
    See Also