Back to Devexpress

BoxPlotSeriesView.BoxWidth Property

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

latest2.0 KB
Original Source

BoxPlotSeriesView.BoxWidth Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double BoxWidth { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property BoxWidth As Double

Property Value

TypeDescription
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

BoxPlotSeriesView Class

BoxPlotSeriesView Members

DevExpress.XtraCharts Namespace