Skip to main content
All docs
V26.1
  • BoxPlotSeriesView.MeanLineVisible Property

    Specifies whether the Box Plot mean line is visible.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public bool MeanLineVisible { get; set; }

    Property Value

    Type Description
    Boolean

    true if the mean line is visible; otherwise, false. The default value is false.

    See Also