Skip to main content

TdxSpreadSheetConditionalFormattingRuleDataBarStyle.ActualNegativeBarColor Property

Returns the color filling negative data bars in cells affected by a “Data Bar“ conditional formatting rule.

Declaration

property ActualNegativeBarColor: TColor read;

Property Value

Type
TColor

Remarks

You can use this property to identify the actual fill 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 ActualNegativeBarColor property returns the NegativeBarColor property value if the latter is not clDefault; otherwise – returns the PositiveBarColor property value.

See Also