Skip to main content
All docs
V26.1
  • QuartileCalculationMode Enum

    Lists the methods to calculate quartile values in a box-and-whisker series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public enum QuartileCalculationMode

    Members

    Name Description
    Inclusive

    When calculating quartiles, the median is included in both halves of the dataset.

    Exclusive

    When calculating quartiles, the median is excluded from both halves of the dataset.

    Related API Members

    The following properties accept/return QuartileCalculationMode values:

    See Also