Skip to main content

Bar3DSeriesView.BarWidth Property

Gets or sets the width of bars in 3D Bar series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double BarWidth { 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 bar width for all Bar series as a fraction of an axis measurement unit (the value that the NumericScaleOptions.MeasureUnit or DateTimeScaleOptions.MeasureUnit property specifies). This means that the distance is auto-adjusted when the chart is resized.

BarDistance_3DBars

See Also