Spread Windows Forms 12.0 Product Documentation
Clone Method (XYZPlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYZPlotArea Class : Clone Method
Creates a deep copy of this plot area.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As XYZPlotArea
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

A deep copy of this plot area.
See Also

Reference

XYZPlotArea Class
XYZPlotArea Members