ClassIconSetRule
Displays icons in cells based on numeric value thresholds, categorizing data into 3, 4, or 5 ranges with distinct visual indicators.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class IconSetRule : ConditionalFormattingRule
Inheritance: objectConditionalFormattingRuleIconSetRule
Inherited Members
Constructors
IconSetRule(IconSetValueContextBase)
Initializes a new IconSetRule with a custom icon set value context defining thresholds and icons.
Declaration
public IconSetRule(IconSetValueContextBase values)
Parameters
values
IconSetRule(PresetIconSet, bool)
Initializes a new IconSetRule with a preset icon set and optional reversal of icon order.
Declaration
public IconSetRule(PresetIconSet presetIconSet, bool isReversed = false)
Parameters
presetIconSet
isReversed
Properties
IsReversed
Gets whether the icon set order is reversed, swapping icons for highest and lowest value ranges.
ShowIconOnly
Gets or sets whether only the icon is visible, hiding the underlying numeric cell value.
ValueContext
Gets the icon set value context that defines the value thresholds and associated icons for each range.
Declaration
public IconSetValueContextBase ValueContext { get; }
Property Value