[]
Removes the specified series from the collection.
public bool Remove(AreaSeries item)
Public Function Remove(item As AreaSeries) As Boolean
| Type | Name | Description |
|---|---|---|
| AreaSeries | item | Series to remove. |
| Type | Description |
|---|---|
| bool | true if item was successfully removed from the collection; otherwise false. |