IconSetRule
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
Initializes a new IconSetRule with a custom icon set value context defining thresholds and icons.
Initializes a new IconSetRule with a preset icon set and optional reversal of icon order.
public IconSetRule(PresetIconSet presetIconSet, bool isReversed = false)
Properties
Gets whether the icon set order is reversed, swapping icons for highest and lowest value ranges.
public bool IsReversed { get; }
Gets or sets whether only the icon is visible, hiding the underlying numeric cell value.
public bool ShowIconOnly { get; set; }
Gets the icon set value context that defines the value thresholds and associated icons for each range.
public IconSetValueContextBase ValueContext { get; }