Skip to main content
A newer version of this page is available. .

BoxPlotSeriesView.BoxWidth Property

Gets or sets the width of bars in a Box Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double BoxWidth { get; set; }

Property Value

Type Description
Double

A Double value (measured in fractions of X-axis units) where an axis unit is the distance between two major values on the x-axis. This value should be greater than 0.

Remarks

The BarWidth property specifies the box width for all Box Plot series as a fraction of an axis measurement unit (the value that the NumericScaleOptions.MeasureUnit, TimeSpanScaleOptions.MeasureUnit or DateTimeScaleOptions.MeasureUnit property specifies). This means that the width is auto-adjusted when the chart is resized.

See Also