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

TdxSpreadSheetConditionalFormattingRuleThreeColorScale.MinValue Property

Specifies the Three Color Scale conditional formatting rule’s minimum threshold value and the corresponding key gradient color.

#Declaration

Delphi
property MinValue: TdxSpreadSheetConditionalFormattingRuleColorScaleStop index 0 read; write;

#Property Value

Type
TdxSpreadSheetConditionalFormattingRuleColorScaleStop

#Remarks

The backgrounds of all cells affected by the rule are painted with colors of the gradient built using the three key points corresponding to the minimum, medium, and maximum threshold values. To set the thresholds and their key gradient points, use the MinValue, MiddleValue, and MaxValue properties.

The MinValue.Value and MinValue.ValueType properties specify the minimum threshold value and how the conditional formatting controller interprets it, respectively. Use the MinValue.Color property to set the corresponding key gradient point. The minimum threshold value’s default color is determined by the DefaultMinValueColor writable typed constant.

Refer to the TdxSpreadSheetConditionalFormattingRuleColorScaleStop class description for detailed information on all available threshold value and gradient point settings.

See Also