[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionCollection.Remove

Remove Method

Remove(DoubleCollection)

Removes an item from the collection.

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

Item.

Returns
Type Description
bool

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

Implements