Skip to main content

BarSeriesView.BarWidth Property

Gets or sets the width of a bar.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double BarWidth { get; set; }

Property Value

Type Description
Double

A Double value that is the bar’s width in fractions of axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.

See Also