The BoxPlot..::.Statistics type exposes the following members.

Properties

NameDescription
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).

See Also