Skip to main content
All docs
V25.1
  • BoxPlotSeriesViewModel.MeanAndMedianColor Property

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

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.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