ActiveReports 12
AddRange Method (LegendItemsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : AddRange Method
The legend items to add.
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

Reference

LegendItemsCollection Class
LegendItemsCollection Members