ActiveReports.Chart Request technical support
AddRange Method
See Also 


range
The Legends to add.
Adds an array of Legends to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal range() As Legend _
) 
Visual Basic (Usage)Copy Code
Dim instance As LegendsCollection
Dim range() As Legend
 
instance.AddRange(range)
C# 
public void AddRange( 
   Legend[] range
)

Parameters

range
The Legends to add.

See Also