ActiveReports.Chart Request technical support
AddRange Method
See Also 


value
The axes to add to the collection.
Adds a set of axes to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As AxisBase _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxesCollection
Dim value() As AxisBase
 
instance.AddRange(value)
C# 
public void AddRange( 
   AxisBase[] value
)

Parameters

value
The axes to add to the collection.

See Also