Skip to main content
A newer version of this page is available. .

BarSeriesView.BarWidth Property

Gets or sets the width of a bar.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0.6, Handler = "InvalidateLayout")]
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