CustomBar2DModel.OverlapBars Property
In This Article
Specifies whether or not Bars should overlap.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to allow overlapping of Bars; otherwise false. |
#Remarks
Do not enable the OverlapBars property when the CustomBar2DModel.InFrontOfAxes property is set to true, as this would cause an incorrect drawing of Bars.
See Also