Skip to main content
All docs
V26.1
  • BarSeriesBase.InvertNegative Property

    Gets or sets whether bars with negative values use inverted fill colors.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool InvertNegative { get; set; }

    Property Value

    Type Description
    Boolean

    true to invert fill colors for negative bars; otherwise, false.

    See Also