Skip to main content
All docs
V25.1
  • QuartileCalculationMethod Enum

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

    Namespace: DevExpress.Spreadsheet.Charts

    Assembly: DevExpress.Spreadsheet.v25.1.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