Back to Devexpress

QuartileCalculationMethod Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-02d61ee3.md

latest1.2 KB
Original Source

QuartileCalculationMethod Enum

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum QuartileCalculationMethod
vb
Public Enum QuartileCalculationMethod

Members

NameDescription
InclusiveMedian

Includes the median in quartile calculation.

| | ExclusiveMedian |

Excludes the median from quartile calculation.

|

The following properties accept/return QuartileCalculationMethod values:

See Also

DevExpress.Spreadsheet.Charts Namespace