ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : AddRange Method

range
The Legends to add.

Glossary Item Box

Adds an array of Legends to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal range() As Legend _
) 
C# 
public void AddRange( 
   Legend[] range
)

Parameters

range
The Legends to add.

See Also