Version

BoxSet Constructor(String,Double,Double,Double,Double,Double)

BoxSet constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal label As String, _
   ByVal min As Double, _
   ByVal q1 As Double, _
   ByVal median As Double, _
   ByVal q3 As Double, _
   ByVal max As Double _
)
public BoxSet( 
   string label,
   double min,
   double q1,
   double median,
   double q3,
   double max
)

Parameters

label
Set label.
min
Minimum value for the set.
q1
First quartile value.
median
Median or second quartile value.
q3
Third quartile value.
max
Maximum value for the set.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also