Back to Devexpress

Bar3DSeriesView.BarWidth Property

corelibraries-devexpress-dot-xtracharts-dot-bar3dseriesview-6d9fa8ad.md

latest2.0 KB
Original Source

Bar3DSeriesView.BarWidth Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double BarWidth { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property BarWidth 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 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.

See Also

Bar3DSeriesView Class

Bar3DSeriesView Members

DevExpress.XtraCharts Namespace