Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HistogramBar Class / Clone Method


In This Topic
    Clone Method (HistogramBar)
    In This Topic
    Clone the object
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As HistogramBar
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()
    See Also