Determines the formula used to calculate the relative size of each tag.

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#
public enum TagCloudSizing
Visual Basic (Declaration)
Public Enumeration TagCloudSizing
Visual C++
public enum class TagCloudSizing

Members

Member nameDescription
Frequency
The size of each tag is directly proportional to the record count for each dimension value.
Relevancy
The size of each tag is determined by a relevancy formula. Warning: you must enable the "stat-all" flag on the dgraph for this formula to work.

See Also