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