[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.Contains

Contains Method

Contains(Marker)

Determines whether the collection contains a specific marker.

Declaration
public bool Contains(Marker item)
Public Function Contains(item As Marker) As Boolean
Parameters
Type Name Description
Marker item

Marker to locate in collection.

Returns
Type Description
bool

true if marker is found in the collection; otherwise, false.

Implements