Spread for ASP.NET 11 Product Documentation
Clone Method (MarkerCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MarkerCollection Class : Clone Method
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()
public object Clone()

Return Value

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

Reference

MarkerCollection Class
MarkerCollection Members