ActiveReports 12
AddRange Method (AxesCollection)

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

Parameters

value
The axes to add to the collection.
See Also

Reference

AxesCollection Class
AxesCollection Members