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

items
The legend items to add.

Glossary Item Box

Adds an array of legend items to the collection.

Syntax

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

Parameters

items
The legend items to add.

See Also