Skip to main content
All docs
V25.1
  • 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.v25.1.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