Version

QuartileCalculation Enumeration

Constants which determine the method of calculation used when determining the median for a box and whisker chart.
Syntax
public enum QuartileCalculation : System.Enum 
Members
MemberDescription
ExclusiveMedianThe median is excluded from the calculation if n (the number of values in the data) is odd.
InclusiveMedianThe median is included in the calculation if n (the number of values in the data) is odd.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also