[]
Determines whether the collection contains a specific axis.
public bool Contains(ValueAxis item)
Public Function Contains(item As ValueAxis) As Boolean
Type | Name | Description |
---|---|---|
ValueAxis | item | Axis to locate in collection. |
Type | Description |
---|---|
bool | true if axis is found in the collection; otherwise, false. |