Skip to main content

TdxSpreadSheetConditionalFormattingRuleDataBarStyle.ActualNegativeBarBorderColor Property

Returns the color used to display borders of negative data bars in cells afftected by a “Data Bar“ conditional formatting rule.

Declaration

property ActualNegativeBarBorderColor: TColor read;

Property Value

Type
TColor

Remarks

You can use this property to identify the actual border color of data bars visualizing negative values in the affected cells, since both the positive and negative data bars have the same border and fill colors by default. The ActualNegativeBarBorderColor property returns the NegativeBarBorderColor property value if the latter is not clDefault; otherwise – returns the PositiveBarBorderColor property value.

See Also