Skip to main content

CustomBar2DModel.FlipNegativeBars Property

Specifies whether or not Bars corresponding to negative values should be flipped (mirrored). This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool FlipNegativeBars { get; set; }

#Property Value

Type Description
Boolean

true to flip negative Bars; otherwise, false.

See Also