Skip to main content

TdxSpreadSheetConditionalFormattingRuleDataBarStyle.PositiveBarColor Property

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

Declaration

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 PositiveBarColor property value to fill negative bars by default. Use the NegativeBarColor property to set a distinctive color for negative data bars.

The default PositiveBarColor property value is $EF8B00.

See Also