Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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