Skip to main content
All docs
V23.2

BoxPlotSeriesViewModel.MeanAndMedianColor Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public Color MeanAndMedianColor { get; set; }

Property Value

Type Description
Color

The color of the Mean symbol and Median line.

See Also