Tag cloud server control that displays each dimension value of a dimension as a tag in a cloud. By default, the tags will be sorted alphabetically and the size of each tag will be proportional to the record count of navigating on each dimension value.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ToolboxBitmapAttribute(typeof(TagCloud), "ServerControls.TagCloud.TagCloud.ico")]
public class TagCloud : EndecaCompositeDataBoundControl
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(TagCloud), "ServerControls.TagCloud.TagCloud.ico")> _
Public Class TagCloud _
	Inherits EndecaCompositeDataBoundControl
Visual C++
[ToolboxBitmapAttribute(typeof(TagCloud), L"ServerControls.TagCloud.TagCloud.ico")]
public ref class TagCloud : public EndecaCompositeDataBoundControl

Remarks

If all tags are the same size, this probably means that "compute refinement statistics" is not enabled for the dimension that the tag cloud is displaying.

Inheritance Hierarchy

See Also