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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*">TagCloudItem Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor">TagCloudItem()</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_System_String_System_Double_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor(System.String,System.Double)">TagCloudItem(string, double)</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with specified text and weight.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem(string text, double weight)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(text As String, weight As Double)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">weight</span></td>
      <td><p>Weight of the item</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_System_String_System_Double_System_String_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor(System.String,System.Double,System.String)">TagCloudItem(string, double, string)</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with specified text, weight, and anchor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem(string text, double weight, string href)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(text As String, weight As Double, href As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">weight</span></td>
      <td><p>Weight of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">href</span></td>
      <td><p>Address of the HTML anchor</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_System_String_System_Double_System_String_System_String_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor(System.String,System.Double,System.String,System.String)">TagCloudItem(string, double, string, string)</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with the specified parameters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem(string text, double weight, string href, string title)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(text As String, weight As Double, href As String, title As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">weight</span></td>
      <td><p>Weight of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">href</span></td>
      <td><p>Address of the HTML anchor</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>String of the title of the HTML anchor</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_System_String_System_Double_System_String_System_String_System_Object_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor(System.String,System.Double,System.String,System.String,System.Object)">TagCloudItem(string, double, string, string, object)</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with the specified parameters and data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem(string text, double weight, string href, string title, object itemData)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(text As String, weight As Double, href As String, title As String, itemData As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">weight</span></td>
      <td><p>Weight of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">href</span></td>
      <td><p>Address of the HTML anchor</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>String of the title of the HTML anchor</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">itemData</span></td>
      <td><p>Data of the item</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_Renderer_TagCloudItem__ctor_System_String_System_Double_System_String_System_String_System_Object_System_String_" data-uid="FarPoint.Web.Spread.Renderer.TagCloudItem.#ctor(System.String,System.Double,System.String,System.String,System.Object,System.String)">TagCloudItem(string, double, string, string, object, string)</h4>
<div class="markdown level1 summary"><p>Creates a new item in the tag cloud with the specified parameters, data, and display text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TagCloudItem(string text, double weight, string href, string title, object itemData, string displayText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(text As String, weight As Double, href As String, title As String, itemData As Object, displayText As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">weight</span></td>
      <td><p>Weight of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">href</span></td>
      <td><p>Address of the HTML anchor</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>String of the title of the HTML anchor</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">itemData</span></td>
      <td><p>Data of the item</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">displayText</span></td>
      <td><p>String of the text to display</p>
</td>
    </tr>
  </tbody>
</table>
</div>
