[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.TagCloudRenderer.-ctor

TagCloudRenderer Constructor

TagCloudRenderer()

Creates a new tag cloud cell renderer control.

Declaration
public TagCloudRenderer()
Public Sub New()

TagCloudRenderer(string[], string[])

Creates a new tag cloud renderer with the specified items and weights.

Declaration
public TagCloudRenderer(string[] items, string[] weights)
Public Sub New(items As String(), weights As String())
Parameters
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