Skip to main content
All docs
V23.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.v23.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