Spread Windows Forms 12.0 Product Documentation
Remove Method (DoubleCollection)


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

Parameters

item
Double value.

Return Value

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

Reference

DoubleCollection Class
DoubleCollection Members