Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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