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

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

    Parameters

    objects
    type
    See Also