Skip to main content

SideBySideFullStackedBar3DSeriesViewModel.BarDistance Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public double BarDistance { get; set; }

Property Value

Type Description
Double

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

See Also