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

    Gets or sets whether the series displays outlier points (points that fall outside the whisker range).

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool ShowOutlierPoints { get; set; }

    Property Value

    Type Description
    Boolean

    true to display outliers; otherwise, false.

    See Also