[]
Adds a collection of DataPoint objects to the existing DataPointCollection.
public void AddRange(IEnumerable<DataPoint> collection)
| Type | Name | Description |
|---|---|---|
| IEnumerable<DataPoint> | collection | A collection of the DataPoint objects to add. |