ActiveReports 12
AddRange Method (ChartAreasCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > ChartAreasCollection Class : AddRange Method
The chart areas to add to the collection.
Adds a set of chart areas to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal areas() As ChartArea _
) 
public void AddRange( 
   ChartArea[] areas
)

Parameters

areas
The chart areas to add to the collection.
See Also

Reference

ChartAreasCollection Class
ChartAreasCollection Members