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


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

Parameters

group
Series to copy.
See Also