[]
Represents a renderer control for tag cloud cells.
public class TagCloudRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer2, IRenderer
Public Class TagCloudRenderer
Inherits DefaultRenderer
Implements IEnhancedRenderer, IRenderer2, IRenderer
Name | Description |
---|---|
TagCloudRenderer() | Creates a new tag cloud cell renderer control. |
TagCloudRenderer(string[], string[]) | Creates a new tag cloud renderer with the specified items and weights. |
Name | Description |
---|---|
BackColor | Gets or sets the background color of the renderer. |
DisplayCount | Gets or sets the number of individual cloud items to display. |
DisplayLimit | Gets or sets the limit for the number of individual cloud items to display. |
FontName | Gets or sets the name of the font. |
ForeColor | Gets or sets the color for painting the font's Strikeout or Underline. |
HoverColor | Gets or sets the background color of the cloud item the mouse is over. |
RankingColors | Gets or sets the colors for each ranking level. |
RankingFonts | Gets or sets the font names for each ranking level. |
RendererClientScriptUrl | Gets the URL of the renderer control if the renderer control supports client-side scripting. |
SortOrder | Gets or sets the sort order for individual cloud items. |
TagCloudItems | Gets or sets a collection of tag cloud items. |
TextDecoration | Gets or sets the text decoration for individual cloud items. |
Name | Description |
---|---|
CreateContent(TableCell, Appearance, object, bool) | Creates the tag cloud cell renderer control. |
GetItems() | Gets a set of tag cloud items. |
GetWeightStrings() | Gets a set of weights as strings. |
GetWeights() | Gets a set of weights as double-precision floating-point numbers. |