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

    Gets or sets whether the series displays inner points (individual data points between the whiskers (non-outliers)).

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool ShowInnerPoints { get; set; }

    Property Value

    Type Description
    Boolean

    true to display points inside the whisker range; otherwise, false.

    See Also