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.PositiveBarBorderColor Property

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

#Declaration

Delphi
property PositiveBarBorderColor: TColor read; write; default clNone;

#Property Value

Type Default
TColor clNone

#Remarks

Use this property to visually emphasize positive data bars by painting their outlines with a specific color, in addition to the specified fill/gradient color.

Note

“Data Bar” rules use the PositiveBarBorderColor property value to paint the borders of negative data bars by default. Use the NegativeBarBorderColor to set a distinctive color for negative data bar outlines.

The default PositiveBarBorderColor property value is clNone.

See Also