TdxSpreadSheetConditionalFormattingRuleDataBarStyle.PositiveBarBorderColor Property
In This Article
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 | cl |
#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 Positive
The default PositiveBarBorderColor property value is clNone.
See Also