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

SideBySideBar3DSeriesViewModel.BarDistance Property

Gets or sets the value of the SideBySideBar3DSeriesView.BarDistance within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public double BarDistance { get; set; }

Property Value

Type Description
Double

The distance between two neighboring bars, in axis unit fractions.

See Also