Skip to main content

CustomBar2DModel.OverlapBars Property

Specifies whether or not Bars should overlap.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public bool OverlapBars { get; set; }

#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