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

TdxSpreadSheetConditionalFormattingRuleDataBarFillMode Enum

Enumerates data bar fill modes.

#Declaration

Delphi
TdxSpreadSheetConditionalFormattingRuleDataBarFillMode = (
    dbfmSolid,
    dbfmGradient
);

#Members

Name
dbfmSolid
dbfmGradient

#Remarks

Options include:

Value Description Example
dbfmSolid Fills a data bar with the color specified by the "Data Bar" conditional formatting rule’s PositiveBarColor or NegativeBarColor property.
dbfmGradient Fills a data bar with a linear color gradient between the rule’s PositiveBarColor or NegativeBarColor property value and the white color.

The “Data Bar“ conditional formatting rule’s Style.FillMode property references the TdxSpreadSheetConditionalFormattingRuleDataBarFillMode type.

See Also