Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / Clear Method


In This Topic
Clear Method (DoubleCollection)
In This Topic
Removes all double values from the collection.
Syntax
'Declaration
 
Public Sub Clear() 
 
'Usage
 
Dim instance As DoubleCollection
 
instance.Clear()
See Also