# C1.WPF.C1Chart.BaseRenderer.RenderConnection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1Chart_BaseRenderer_RenderConnection_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderConnection*">RenderConnection Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1Chart_BaseRenderer_RenderConnection_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderConnection*"></a>
<h4 id="C1_WPF_C1Chart_BaseRenderer_RenderConnection_C1_WPF_C1Chart_DataSeries_C1_WPF_C1Chart_RenderContext_System_Int32_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderConnection(C1.WPF.C1Chart.DataSeries,C1.WPF.C1Chart.RenderContext,System.Int32)">RenderConnection(DataSeries, RenderContext, int)</h4>
<div class="markdown level1 summary"><p>Renders connection and returns the created element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected PlotElement RenderConnection(DataSeries ds, RenderContext rc, int i)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function RenderConnection(ds As DataSeries, rc As RenderContext, i As Integer) As PlotElement</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="C1.WPF.C1Chart.DataSeries.html">DataSeries</a></td>
      <td><span class="parametername">ds</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">RenderContext</span></td>
      <td><span class="parametername">rc</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">i</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="C1.WPF.C1Chart.PlotElement.html">PlotElement</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
