Skip to main content
A newer version of this page is available. .
All docs
V21.2

BoxPlotSeries2D.MeanLineVisible Property

Specifies whether the Box Plot mean line is visible.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool MeanLineVisible { get; set; }

Property Value

Type Description
Boolean

true if the mean line is visible; otherwise, false. The default value is false.

Remarks

The following image shows the Box Plot mean line:

See Also