Skip to main content

TdxSpreadSheetConditionalFormattingRuleDataBarStyle.PositiveBarBorderColor Property

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

Declaration

property PositiveBarBorderColor: TColor read; write; default clNone;

Property Value

Type Default
TColor clNone

Remarks

Use this property to visually emphasize positive data bars by painting their outlines with a specific color, in addition to the specified fill/gradient color.

Note

“Data Bar” rules use the PositiveBarBorderColor property value to paint the borders of negative data bars by default. Use the NegativeBarBorderColor to set a distinctive color for negative data bar outlines.

The default PositiveBarBorderColor property value is clNone.

See Also