Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarPointSeries Class / RadarPointSeries Constructor / RadarPointSeries Constructor(RadarPointSeries)
Series to copy.


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

Parameters

series
Series to copy.
See Also