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

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

    Parameters

    objects
    type
    See Also