Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / XYLineSeries Constructor / XYLineSeries Constructor(XYLineSeries)
Series to copy


In This Topic
    XYLineSeries Constructor(XYLineSeries)
    In This Topic
    Creates a new series that is a deep copy of the specified series.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal series As XYLineSeries _
    )
    'Usage
     
    
    Dim series As XYLineSeries
     
    Dim instance As New XYLineSeries(series)
    public XYLineSeries( 
       XYLineSeries series
    )

    Parameters

    series
    Series to copy
    See Also