[]
Adds a series to the collection.
public void Add(BoxWhiskerSeries item)
Public Sub Add(item As BoxWhiskerSeries)
| Type | Name | Description |
|---|---|---|
| BoxWhiskerSeries | item | Series to add. |
| Type | Condition |
|---|---|
| ArgumentNullException | item is a null reference (Nothing in VB). |