Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FunnelSeries Class / Clone Method


In This Topic
Clone Method (FunnelSeries)
In This Topic
Clone the object
Syntax
'Declaration
 
Public Overridable Shadows Function Clone() As Object
 
'Usage
 
Dim instance As FunnelSeries
Dim value As Object
 
value = instance.Clone()
See Also