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