Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

QuartileCalculationMethod Enum

Lists values that specify the quartile calculation method for a box and whisker series.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum QuartileCalculationMethod

Members

Name Description
InclusiveMedian

Includes the median in quartile calculation.

ExclusiveMedian

Excludes the median from quartile calculation.

See Also