[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollection.Remove

Remove Method

Remove(double)

Removes a double value from the collection.

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

Double value.

Returns
Type Description
bool

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

Implements