TdxSpreadSheetConditionalFormattingRuleDataBarStyle.PositiveBarColor Property
In This Article
Specifies the fill color of data bars visualizing positive values in all cells affected by a “Data Bar“ conditional formatting rule.
#Declaration
Delphi
property PositiveBarColor: TColor read; write; default $EF8B00;
#Property Value
Type | Default |
---|---|
TColor | $EF8B00 |
#Remarks
Depending on the FillMode property value, the “DataBar” conditional formatting rule uses the PositiveBarColor property value either as the solid color or the first point of a linear gradient for filling positive data bars. Additionally, you can use the PositiveBarBorderColor property to show outlines of the positive data bars that are hidden by default.
Note
“Data Bar” rules use the Positive
The default PositiveBarColor property value is $EF8B00.
See Also