In This Topic
Creates a new item in the tag cloud.
Overload List
Overload | Description |
TagCloudItem Constructor() | Creates a new item in the tag cloud with default values. |
TagCloudItem Constructor(String,Double) | Creates a new item in the tag cloud with specified text and weight. |
TagCloudItem Constructor(String,Double,String) | Creates a new item in the tag cloud with specified text, weight, and anchor. |
TagCloudItem Constructor(String,Double,String,String) | Creates a new item in the tag cloud with the specified parameters. |
TagCloudItem Constructor(String,Double,String,String,Object) | Creates a new item in the tag cloud with the specified parameters and data. |
TagCloudItem Constructor(String,Double,String,String,Object,String) | Creates a new item in the tag cloud with the specified parameters, data, and display text. |
See Also