[]
Represents a strongly typed collection of DataPoint objects.
public sealed class DataPointCollection : Collection<DataPoint>, IList<DataPoint>, ICollection<DataPoint>, IList, ICollection, IReadOnlyList<DataPoint>, IReadOnlyCollection<DataPoint>, IEnumerable<DataPoint>, IEnumerable
| Name | Description |
|---|---|
| DataPointCollection() | Initializes a new instance of the DataPointCollection class. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<DataPoint>) | Adds a collection of DataPoint objects to the existing DataPointCollection. |