Click or drag to resize
Statistics Properties

The BoxPlotStatistics type exposes the following members.

Properties
  NameDescription
Public propertyLowerAdjacentValue
A double which contains the lower adjacent value.
Public propertyLowerQuartile
A double which contains the lower quartile value (25th percentile).
Public propertyMaximumValue
A double which contains the maximum value of this set.
Public propertyMedian
A double which contains the median value for a set of observations.
Public propertyMedianLowerConfidenceInterval
A double which contains the lower confidence interval for the median value of this set of observations.
Public propertyMedianUpperConfidenceInterval
A double which contains the upper confidence interval for the median value of this set of observations.
Public propertyMinimumValue
A double which contains the minimum value of this set.
Public propertyNumberObservations
An int which contains the number of observations in this set.
Public propertyUpperAdjacentValue
A double which contains the upper adjacent value.
Public propertyUpperQuartile
A double which contains the upper quartile value (75th percentile).
Top
See Also