[]
Creates a new tag cloud cell renderer control.
public TagCloudRenderer()
Public Sub New()
Creates a new tag cloud renderer with the specified items and weights.
public TagCloudRenderer(string[] items, string[] weights)
Public Sub New(items As String(), weights As String())
| Type | Name | Description |
|---|---|---|
| string[] | items | Items for the cloud specified in a string array |
| string[] | weights | Weights for the cloud items specified in a string array |