Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / BoxWhiskerSeries Constructor / BoxWhiskerSeries Constructor(BoxWhiskerSeries)


In This Topic
    BoxWhiskerSeries Constructor(BoxWhiskerSeries)
    In This Topic
    Creates a new box whisker series.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal series As BoxWhiskerSeries _
    )
    'Usage
     
    
    Dim series As BoxWhiskerSeries
     
    Dim instance As New BoxWhiskerSeries(series)
    public BoxWhiskerSeries( 
       BoxWhiskerSeries series
    )

    Parameters

    series
    See Also