Spread Windows Forms 17
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()
    public virtual new object Clone()
    See Also