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

In This Topic
    SjsItemizedLegendContendView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal itemizedLegendView As _ItemizedLegendView, _
       ByVal data As IItemizedLegendDataModel _
    )
    public SjsItemizedLegendContendView( 
       _ItemizedLegendView itemizedLegendView,
       IItemizedLegendDataModel data
    )

    Parameters

    itemizedLegendView
    data
    See Also