Constants which determine the method of calculation used when determining the median for a box and whisker chart.

Enumeration Members

ExclusiveMedian: 1

The median is excluded from the calculation if n (the number of values in the data) is odd.

InclusiveMedian: 0

The median is included in the calculation if n (the number of values in the data) is odd.