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