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
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