FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / Clone Method


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

Return Value

A deep copy of this plot area.
See Also