Skip to main content
All docs
V23.2

BoxPlotSeries2D.ActualMeanLineStyle Property

Returns actual mean line style settings.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public LineStyle ActualMeanLineStyle { get; }

Property Value

Type Description
LineStyle

Contains mean line style settings.

See Also