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

    Gets or sets whether the series displays a mean line (a horizontal line that connects the mean of each box across categories).

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool ShowMeanLine { get; set; }

    Property Value

    Type Description
    Boolean

    true to display a mean line; otherwise, false.

    See Also