ActiveReports 12
AddRange Method (DataPointsCollection)

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

Parameters

value
The DataPoints to add to the collection.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members