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