New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum PresetIconSet

Fields

Five colored arrows providing the most granular trend distinctions with color coding.

C#
FiveArrowsColored = 6

Five gray arrows providing the most granular trend distinctions in the arrow series.

C#
FiveArrowsGrayed = 3

Five boxes showing progressive filling levels from empty to full for completion or progress visualization.

C#
FiveBoxes = 18

Five circular pie-chart quarters showing progressive filling (0%, 25%, 50%, 75%, 100%) for percentage or completion metrics.

C#
FiveQuarters = 19

Five rating levels providing the most granular quality or satisfaction distinctions.

C#
FiveRatings = 17

Four colored arrows providing finer trend distinctions with color coding.

C#
FourArrowsColored = 5

Four gray arrows providing finer trend distinctions than three-arrow sets.

C#
FourArrowsGrayed = 2

Four rating levels providing finer quality distinctions than three-level sets.

C#
FourRatings = 16

Four traffic light colors providing finer status distinctions than three-light sets.

C#
FourTrafficLights = 10

Color gradient from red to black, useful for heat map visualizations.

C#
RedToBlack = 11

Three colored arrows (red down, yellow right, green up) for clear positive/neutral/negative indication.

C#
ThreeArrowsColored = 4

Three gray arrows (up, right, down) indicating directional trends.

C#
ThreeArrowsGrayed = 1

Three flag icons (red, yellow, green) for priority or status indication.

C#
[SuppressMessage("Microsoft.Naming", "CA1726:UsePreferredTerms", MessageId = "Flags")]
ThreeFlags = 14

Three road sign shapes (triangle, diamond, circle) for categorical distinctions.

C#
ThreeSigns = 9

Three star rating levels (empty, half, full) for quality or satisfaction metrics.

C#
ThreeStars = 15

Three symbol icons (check, exclamation, X) with borders for enhanced visibility.

C#
ThreeSymbolsRimmed = 13

Three symbol icons (check, exclamation, X) without borders for status indication.

C#
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Unrimmed")]
ThreeSymbolsUnrimmed = 12

Three traffic light icons (red, yellow, green) with black borders for enhanced visibility.

C#
ThreeTrafficLightsRimmed = 8

Three traffic light icons (red, yellow, green) without borders.

C#
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Unrimmed")]
ThreeTrafficLightsUnrimmed = 0

Three triangular indicators (red down, yellow flat, green up) for directional trends.

C#
ThreeTriangles = 7