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


In This Topic
Clone Method (PiePlotArea)
In This Topic
Creates a deep copy of this plot area.
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As PiePlotArea
Dim value As Object
 
value = instance.Clone()

Return Value

A deep copy of this plot area.
See Also