Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / IndexAxis Constructor / IndexAxis Constructor(IndexAxis)
Axis to copy.


In This Topic
    IndexAxis Constructor(IndexAxis)
    In This Topic
    Creates a new axis that is a deep copy of the specified axis.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal axis As IndexAxis _
    )
    'Usage
     
    
    Dim axis As IndexAxis
     
    Dim instance As New IndexAxis(axis)
    public IndexAxis( 
       IndexAxis axis
    )

    Parameters

    axis
    Axis to copy.
    See Also