QuartileCalculationMethod Enum
Lists values that specify the quartile calculation method for a box and whisker series.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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