ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / AddRange Method
The legend items to add.

In This Topic
    AddRange Method (LegendItemsCollection)
    In This Topic
    Adds an array of legend items to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As LegendItem _
    ) 
    public void AddRange( 
       LegendItem[] items
    )

    Parameters

    items
    The legend items to add.
    See Also