# FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip*">GetSeriesDataPointTooltip Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip*"></a>
<h4 id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip(FarPoint.Win.Chart.Series,System.Int32,System.Int32)">GetSeriesDataPointTooltip(Series, int, int)</h4>
<div class="markdown level1 summary"><p>Gets the series tooltip value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual string GetSeriesDataPointTooltip(Series series, int index, int elementIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetSeriesDataPointTooltip(series As Series, index As Integer, elementIndex As Integer) 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="../FarPoint.Win.Chart/FarPoint.Win.Chart.Series.html">Series</a></td>
      <td><span class="parametername">series</span></td>
      <td><p>The series.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The index of data point base on 0 (zero).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">elementIndex</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</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><p>The series tooltip value.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip*"></a>
<h4 id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip(FarPoint.Win.Chart.Series,System.Int32)">GetSeriesDataPointTooltip(Series, int)</h4>
<div class="markdown level1 summary"><p>Gets the series tooltip value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual string GetSeriesDataPointTooltip(Series series, int index)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetSeriesDataPointTooltip(series As Series, index As Integer) 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="../FarPoint.Win.Chart/FarPoint.Win.Chart.Series.html">Series</a></td>
      <td><span class="parametername">series</span></td>
      <td><p>The series.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The index of data point base on 0 (zero).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</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><p>The series tooltip value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
