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

    Gets or sets whether the series displays mean value markers (× marker at the mean value inside each box).

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool ShowMeanMarkers { get; set; }

    Property Value

    Type Description
    Boolean

    true to display mean markers; otherwise, false.

    See Also