[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.TagCloudItem.-ctor

TagCloudItem Constructor

TagCloudItem()

Creates a new item in the tag cloud with default values.

Declaration
public TagCloudItem()
Public Sub New()

TagCloudItem(string, double)

Creates a new item in the tag cloud with specified text and weight.

Declaration
public TagCloudItem(string text, double weight)
Public Sub New(text As String, weight As Double)
Parameters
Type Name Description
string text

Text of the item

double weight

Weight of the item

TagCloudItem(string, double, string)

Creates a new item in the tag cloud with specified text, weight, and anchor.

Declaration
public TagCloudItem(string text, double weight, string href)
Public Sub New(text As String, weight As Double, href As String)
Parameters
Type Name Description
string text

Text of the item

double weight

Weight of the item

string href

Address of the HTML anchor

TagCloudItem(string, double, string, string)

Creates a new item in the tag cloud with the specified parameters.

Declaration
public TagCloudItem(string text, double weight, string href, string title)
Public Sub New(text As String, weight As Double, href As String, title As String)
Parameters
Type Name Description
string text

Text of the item

double weight

Weight of the item

string href

Address of the HTML anchor

string title

String of the title of the HTML anchor

TagCloudItem(string, double, string, string, object)

Creates a new item in the tag cloud with the specified parameters and data.

Declaration
public TagCloudItem(string text, double weight, string href, string title, object itemData)
Public Sub New(text As String, weight As Double, href As String, title As String, itemData As Object)
Parameters
Type Name Description
string text

Text of the item

double weight

Weight of the item

string href

Address of the HTML anchor

string title

String of the title of the HTML anchor

object itemData

Data of the item

TagCloudItem(string, double, string, string, object, string)

Creates a new item in the tag cloud with the specified parameters, data, and display text.

Declaration
public TagCloudItem(string text, double weight, string href, string title, object itemData, string displayText)
Public Sub New(text As String, weight As Double, href As String, title As String, itemData As Object, displayText As String)
Parameters
Type Name Description
string text

Text of the item

double weight

Weight of the item

string href

Address of the HTML anchor

string title

String of the title of the HTML anchor

object itemData

Data of the item

string displayText

String of the text to display