FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerCollection Class / Clone Method


In This Topic
Clone Method (MarkerCollection)
In This Topic
Creates a new collection that is a copy of this collection.
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As MarkerCollection
Dim value As Object
 
value = instance.Clone()

Return Value

New collection that is a copy of this collection.
See Also