TdxSpreadSheetConditionalFormattingRuleDataBar.Style Property
Provides access to data bar appearance settings.
Declaration
property Style: TdxSpreadSheetConditionalFormattingRuleDataBarStyle read; write;
Property Value
Type |
---|
TdxSpreadSheetConditionalFormattingRuleDataBarStyle |
Remarks
Use this property set to customize the appearance of data bars and their axes in all cells affected by the “Data Bar” conditional formatting rule. For instance, you can use the Style.FillMode to fill the data bars with a solid color or linear gradient. Refer to the TdxSpreadSheetConditionalFormattingRuleDataBarStyle class description for detailed information on all available options.
See Also