BoxPlotSeriesView.BoxWidth Property
Gets or sets the width of bars in a Box Plot series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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