Skip to main content

BarSeriesViewModel.BarWidth Property

Gets or sets the value of the BarSeriesView.BarWidth within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public double BarWidth { get; set; }

Property Value

Type Description
Double

The distance between two major values on the X-axis measured in fractions of X-axis units.

See Also