Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetConditionalFormattingRuleDataBarStyle.NegativeBarBorderColor Property

Specifies the border color of data bars visualizing negative values in all cells affected by a “Data Bar“ conditional formatting rule.

#Declaration

Delphi
property NegativeBarBorderColor: TColor read; write; default clDefault;

#Property Value

Type Default
TColor clDefault

#Remarks

Negative data bars use both the fill and border (outline) colors of positive data bars by default. You can use the NegativeBarColor and NegativeBarBorderColor properties to make the negative bars visually distinctive, which is particularly useful if the AxisPosition property is set to dbapNone.

Note

Both the positive and negative bar borders are invisible by default.

The default NegativeBarBorderColor property value is clDefault.

See Also