TdxSpreadSheetConditionalFormattingRuleDataBarStyle.NegativeBarColor Property
Specifies the fill color of data bars visualizing negative values in all cells affected by a “Data Bar“ conditional formatting rule.
Declaration
property NegativeBarColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Negative data bars use both the fill and border 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.
The default NegativeBarColor property value is clDefault.
See Also