PresetIconSet
Specifies the built-in icon sets available for icon set conditional formatting, each containing 3-5 related icons for visualizing data ranges.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public enum PresetIconSet
Fields
Five colored arrows providing the most granular trend distinctions with color coding.
FiveArrowsColored = 6
Five gray arrows providing the most granular trend distinctions in the arrow series.
FiveArrowsGrayed = 3
Five boxes showing progressive filling levels from empty to full for completion or progress visualization.
FiveBoxes = 18
Five circular pie-chart quarters showing progressive filling (0%, 25%, 50%, 75%, 100%) for percentage or completion metrics.
FiveQuarters = 19
Five rating levels providing the most granular quality or satisfaction distinctions.
FiveRatings = 17
Four colored arrows providing finer trend distinctions with color coding.
FourArrowsColored = 5
Four gray arrows providing finer trend distinctions than three-arrow sets.
FourArrowsGrayed = 2
Four rating levels providing finer quality distinctions than three-level sets.
FourRatings = 16
Four traffic light colors providing finer status distinctions than three-light sets.
FourTrafficLights = 10
Color gradient from red to black, useful for heat map visualizations.
RedToBlack = 11
Three colored arrows (red down, yellow right, green up) for clear positive/neutral/negative indication.
ThreeArrowsColored = 4
Three gray arrows (up, right, down) indicating directional trends.
ThreeArrowsGrayed = 1
Three flag icons (red, yellow, green) for priority or status indication.
[SuppressMessage("Microsoft.Naming", "CA1726:UsePreferredTerms", MessageId = "Flags")]
ThreeFlags = 14
Three road sign shapes (triangle, diamond, circle) for categorical distinctions.
ThreeSigns = 9
Three star rating levels (empty, half, full) for quality or satisfaction metrics.
ThreeStars = 15
Three symbol icons (check, exclamation, X) with borders for enhanced visibility.
ThreeSymbolsRimmed = 13
Three symbol icons (check, exclamation, X) without borders for status indication.
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Unrimmed")]
ThreeSymbolsUnrimmed = 12
Three traffic light icons (red, yellow, green) with black borders for enhanced visibility.
ThreeTrafficLightsRimmed = 8
Three traffic light icons (red, yellow, green) without borders.
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Unrimmed")]
ThreeTrafficLightsUnrimmed = 0
Three triangular indicators (red down, yellow flat, green up) for directional trends.
ThreeTriangles = 7