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

Bar3DSeriesViewModel.BarWidth Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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