[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.Remove

Remove Method

Remove(Marker)

Removes a marker from the collection.

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

Marker.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements