Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / Clone Method


In This Topic
    Clone Method (HighLowBarSeries)
    In This Topic
    Creates a deep copy of this series.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As HighLowBarSeries
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A deep copy of this series.
    See Also