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

In This Topic
    _BuildInLegendViewBuilderCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal objects As List(Of ILegendViewBuilder), _
       ByVal type As String _
    )
    public _BuildInLegendViewBuilderCollection( 
       List<ILegendViewBuilder> objects,
       string type
    )

    Parameters

    objects
    type
    See Also