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


In This Topic
Clone Method (HistogramLine)
In This Topic
Clone a new object
Syntax
'Declaration
 
Public Overrides Function Clone() As Object
 
'Usage
 
Dim instance As HistogramLine
Dim value As Object
 
value = instance.Clone()
See Also