Spread Windows Forms 12.0 Product Documentation
Clone Method (XYPlotArea)


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

Return Value

A deep copy of this plot area.
See Also

Reference

XYPlotArea Class
XYPlotArea Members