ActiveReports 12
AddRange Method (LegendsCollection)

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

Reference

LegendsCollection Class
LegendsCollection Members