Skip to main content
All docs
V23.2

QuartileCalculationMethod Enum

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum QuartileCalculationMethod

Members

Name Description
InclusiveMedian

Includes the median in quartile calculation.

ExclusiveMedian

Excludes the median from quartile calculation.

Related API Members

The following properties accept/return QuartileCalculationMethod values:

See Also