Draws a multiple-group Box plot.
The BoxPlot..::.Statistics type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BoxPlot..::.Statistics |
Creates a new instance of BoxPlot.Statistics.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetFarMarkers |
Returns the far markers.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetOutsideMarkers |
Returns the outside markers.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | LowerAdjacentValue |
A double which contains the lower adjacent value.
|
![]() | LowerQuartile |
A double which contains the lower quartile value (25th
percentile).
|
![]() | MaximumValue |
A double which contains the maximum value of this set.
|
![]() | Median |
A double which contains the median value for a set of
observations.
|
![]() | MedianLowerConfidenceInterval |
A double which contains the lower confidence interval for
the median value of this set of observations.
|
![]() | MedianUpperConfidenceInterval |
A double which contains the upper confidence interval for
the median value of this set of observations.
|
![]() | MinimumValue |
A double which contains the minimum value of this set.
|
![]() | NumberObservations |
An int which contains the number of observations in this
set.
|
![]() | UpperAdjacentValue |
A double which contains the upper adjacent value.
|
![]() | UpperQuartile |
A double which contains the upper quartile value (75th
percentile).
|