Spread Windows Forms 12.0 Product Documentation
Remove Method (DetachmentCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DetachmentCollection Class : Remove Method
Single value.
Removes a Single value from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Single _
) As Boolean
'Usage
 
Dim instance As DetachmentCollection
Dim item As Single
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   float item
)

Parameters

item
Single value.

Return Value

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

Reference

DetachmentCollection Class
DetachmentCollection Members