Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / Clone Method


In This Topic
    Clone Method (PolarAngleAxis)
    In This Topic
    Creates a deep copy of this axis.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As PolarAngleAxis
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A deep copy of this axis.
    See Also