FormatConditionRangeBase Class
Serves as a base for classes that are used to apply conditional formatting using value ranges.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Remarks
Range conditions allow you to apply formatting using a predefined set of value ranges and corresponding style settings. You can use a predefined set of colors/icons to apply formatting or use custom ranges and corresponding icons/colors.
The FormatConditionRangeBase class exposes the FormatConditionRangeBase.ValueType property that specifies whether an absolute or percent scale is used to specify range boundaries. The FormatConditionRangeBase.RangeSet property allows you to manually specify the set of ranges with specified boundaries and style settings.