Click or drag to resize
KaxTagCloud Properties

The KaxTagCloud type exposes the following members.

Properties
  Name Description
Public property AutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
Public property DataNavigateUrlField
Gets or sets the field of the data source that provides the URL (NavigateUrl) content of the TagCloud items.
Public property DataTextField
Gets or sets the field of the data source that provides the text content of the TagCloud items.
Public property DataWeightField
Gets or sets the field of the data source that provides the weight of the TagCloud items.
Public property Distribution
Gets or sets a value indicating how the font-size will be distributed among the different words. There is Linear and Logarithmic Distribution. (Use Kettic.AspNet.Controls.TagCloudDistribution.Linear or Kettic.AspNet.Controls.TagCloudDistribution.Logarithmic)
Public property Items
Gets the collection of all TagCloud items currently present in the TagCloud.
Public property MaxColor
Gets or sets the fore color to the most important (frequent) item.
Public property MaxFontSize
Gets or sets the font-size to the most important (frequent) item.
Public property MaxNumberOfItems
Gets or sets the number of visible items in the cloud.
Public property MinColor
Gets or sets the fore color to the least important (frequent) item.
Public property MinFontSize
Gets or sets the font-size to the least important (frequent) item.
Public property MinimalWeightAllowed
Gets or sets the minimal weight a TagCloud item could have. If the weight of the item is less than this value, the keyword will not appear in the cloud.
Public property OnClientItemClicked
The name of the javascript function called after an item is clicked.
Public property OnClientItemClicking
The name of the javascript function called when an item is clicked.
Public property OnClientLoad
The name of the javascript function when the control loads.
Public property PostBackUrl
The URL to post to when an item is clicked.
Public property RenderItemWeight
Gets or sets a bool value indicating whether the item weight will be rendered. It is rendered right next to the item's text.
Public property Sorting
Gets or sets a value indicating how the TagCloud items will be sorted. Possible values are alphabetic and weighted sorting in ascending/descending order.
Public property TakeTopWeightedItems
Must be used with MaxNumberOfItems property.
Gets or sets a bool value indicating whether the [MaxNumberOfItems] visible items will be the ones with the biggest weight, or the ones that occur first in the DataSource. The default value is false.
Top
See Also