[]
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())