Skip to main content
All docs
V26.1
  • BoxAndWhiskerSeries.QuartileCalculationMode Property

    Gets or sets the quartile calculation method for the series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public QuartileCalculationMode QuartileCalculationMode { get; set; }

    Property Value

    Type Description
    QuartileCalculationMode

    A QuartileCalculationMode value that specifies how the series calculates quartiles.

    Available values:

    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.

    See Also