ActiveReports.Chart Request technical support
AddRange Method
See Also 


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

Syntax

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

Parameters

value
The DataPoints to add to the collection.

See Also