TagCloudDistribution Enumeration |
Specifies the possible values for the Distribution property of the KaxTagCloud control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum TagCloudDistribution
Public Enumeration TagCloudDistribution
public enum class TagCloudDistribution
type TagCloudDistribution
Members
| Member name | Value | Description |
---|
| Linear | 0 |
The font-size is linearly distributed among the different words based on their occurance.
|
| Logarithmic | 1 |
The font-size is logarithmically distributed among the different words based on their occurance.
|
See Also