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

BoxPlotSeriesViewModel.MeanLineStyle Property

Gets or sets the BoxPlotSeriesView.MeanLineStyle property within the BoxPlotSeriesViewModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public LineStyleModel MeanLineStyle { get; }

Property Value

Type Description
LineStyleModel

Contains mean line style settings.

See Also