# C1.Web.Mvc.Fluent.ChartTooltipBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ChartTooltipBuilder" data-uid="C1.Web.Mvc.Fluent.ChartTooltipBuilder" class="text-break">ChartTooltipBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ChartTooltip.html">ChartTooltip</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartTooltip.html">ChartTooltip</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.html">ChartTooltipBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.TooltipBaseBuilder-2.html">TooltipBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartTooltip.html">ChartTooltip</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.html">ChartTooltipBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">ChartTooltipBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ChartTooltipBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartTooltipBuilder : TooltipBaseBuilder&lt;ChartTooltip, ChartTooltipBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartTooltipBuilder
    Inherits TooltipBaseBuilder(Of ChartTooltip, ChartTooltipBuilder)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartTooltipBuilder__ctor_C1_Web_Mvc_ChartTooltip_" data-uid="C1.Web.Mvc.Fluent.ChartTooltipBuilder.#ctor(C1.Web.Mvc.ChartTooltip)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.-ctor.html#C1_Web_Mvc_Fluent_ChartTooltipBuilder__ctor_C1_Web_Mvc_ChartTooltip_">ChartTooltipBuilder(ChartTooltip)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.html">ChartTooltipBuilder</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartTooltipBuilder_Content_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartTooltipBuilder.Content(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.Content.html#C1_Web_Mvc_Fluent_ChartTooltipBuilder_Content_System_String_">Content(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartTooltip.Content.html#C1_Web_Mvc_ChartTooltip_Content">Content</a>.
Sets the tooltip content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartTooltipBuilder_Threshold_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ChartTooltipBuilder.Threshold(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartTooltipBuilder.Threshold.html#C1_Web_Mvc_Fluent_ChartTooltipBuilder_Threshold_System_Int32_">Threshold(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartTooltip.Threshold.html#C1_Web_Mvc_ChartTooltip_Threshold">Threshold</a>.
Sets the maximum distance from the element to display the tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
