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

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

    Parameters

    objects
    type
    See Also