FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarPointSeries Class / PolarPointSeries Constructor / PolarPointSeries Constructor(PolarPointSeries)
Series to copy.


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

Parameters

series
Series to copy.
See Also