Back to Devexpress

BoxPlotSeriesView.MeanLineVisible Property

corelibraries-devexpress-dot-xtracharts-dot-boxplotseriesview.md

latest1.3 KB
Original Source

BoxPlotSeriesView.MeanLineVisible Property

Specifies whether the Box Plot mean line is visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool MeanLineVisible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property MeanLineVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BoxPlotSeriesView Class

BoxPlotSeriesView Members

DevExpress.XtraCharts Namespace