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