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

BoxPlotDrawOptions.MeanAndMedianColor Property

Gets or sets the color that is used to paint the mean and median of a Box Plot point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Color MeanAndMedianColor { get; set; }

Property Value

Type Description
Color

The color that is used to draw a Box Plot point’s mean and median.

See Also