[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataPointCollection.AddRange

AddRange Method

AddRange(IEnumerable<DataPoint>)

Adds a collection of DataPoint objects to the existing DataPointCollection.

Declaration
public void AddRange(IEnumerable<DataPoint> collection)
Parameters
Type Name Description
IEnumerable<DataPoint> collection

A collection of the DataPoint objects to add.