[]
Adds an array of series to the collection.
public void AddRange(PointSeries[] items)
Public Sub AddRange(items As PointSeries())
| Type | Name | Description |
|---|---|---|
| PointSeries[] | items | Array of series to add. |
| Type | Condition |
|---|---|
| ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |