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

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

    Parameters

    objects
    type
    See Also