ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendsCollection Class / AddRange Method
The Legends to add.

In This Topic
    AddRange Method (LegendsCollection)
    In This Topic
    Adds an array of Legends to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal range() As Legend _
    ) 
    public void AddRange( 
       Legend[] range
    )

    Parameters

    range
    The Legends to add.
    See Also