Spread Windows Forms 12.0 Product Documentation
XYLineSeries Constructor(XYLineSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYLineSeries Class > XYLineSeries Constructor : XYLineSeries Constructor(XYLineSeries)
Series to copy
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

Reference

XYLineSeries Class
XYLineSeries Members
Overload List