[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.Remove

Remove Method

Remove(float)

Removes a Single value from the collection.

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

Single value.

Returns
Type Description
bool

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

Implements