Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPlotArea Class / Clone Method


In This Topic
Clone Method (XYZPlotArea)
In This Topic
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()

Return Value

A deep copy of this plot area.
See Also