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

CustomBar2DModel.OverlapBars Property

Specifies whether Bars should overlap when the custom model is defined for them.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool OverlapBars { get; set; }

Property Value

Type Description
Boolean

true to overlap Bars; otherwise, false.

Remarks

Do not enable the OverlapBars property, when the CustomBar2DModel.InFrontOfAxes property is set to true, as this will draw Bars incorrectly.

See Also