# C1.Win.C1Chart.ChartToolTip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartToolTip" data-uid="C1.Win.C1Chart.ChartToolTip" class="text-break">ChartToolTip Class
</h1>
  <div class="markdown level0 summary"><p>Controls tooltip appearance for chart elements.</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">ChartToolTip</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartToolTip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartToolTip : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartToolTip
    Implements IDisposable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_AutoPopDelay" data-uid="C1.Win.C1Chart.ChartToolTip.AutoPopDelay">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.AutoPopDelay.html#C1_Win_C1Chart_ChartToolTip_AutoPopDelay">AutoPopDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the period of time the tooltip remains visible if the mouse pointer is stationary within an area with specified tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_AutomaticDelay" data-uid="C1.Win.C1Chart.ChartToolTip.AutomaticDelay">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.AutomaticDelay.html#C1_Win_C1Chart_ChartToolTip_AutomaticDelay">AutomaticDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic delay for the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_Enabled" data-uid="C1.Win.C1Chart.ChartToolTip.Enabled">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.Enabled.html#C1_Win_C1Chart_ChartToolTip_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the tooltip is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_InitialDelay" data-uid="C1.Win.C1Chart.ChartToolTip.InitialDelay">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.InitialDelay.html#C1_Win_C1Chart_ChartToolTip_InitialDelay">InitialDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time that passes before the tooltip appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_PlotElement" data-uid="C1.Win.C1Chart.ChartToolTip.PlotElement">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.PlotElement.html#C1_Win_C1Chart_ChartToolTip_PlotElement">PlotElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_ReshowDelay" data-uid="C1.Win.C1Chart.ChartToolTip.ReshowDelay">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.ReshowDelay.html#C1_Win_C1Chart_ChartToolTip_ReshowDelay">ReshowDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one area to another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartToolTip_SelectAction" data-uid="C1.Win.C1Chart.ChartToolTip.SelectAction">
          <a class="xref" href="C1.Win.C1Chart.ChartToolTip.SelectAction.html#C1_Win_C1Chart_ChartToolTip_SelectAction">SelectAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the action associated with tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
