Spread Windows Forms 12.0 Product Documentation
IndexAxis Constructor(IndexAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IndexAxis Class > IndexAxis Constructor : IndexAxis Constructor(IndexAxis)
Axis to copy.
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

Reference

IndexAxis Class
IndexAxis Members
Overload List