BarSeriesBase.BarWidth Property
Gets or sets the width of a bar, in axis units. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public double BarWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The bar width, in axis units. |
See Also