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


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

Return Value

A deep copy of this legend area.
See Also