BarSeriesBase.BarWidth Property
Specifies the width of a bar, in axis units.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public double BarWidth { get; set; }
Property Value
Type | Description |
---|---|
Double | The bar width, in axis units. |
See Also