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