# C1.WPF.C1Chart.BaseRenderer.RenderElement

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1Chart_BaseRenderer_RenderElement_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderElement*">RenderElement Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1Chart_BaseRenderer_RenderElement_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderElement*"></a>
<h4 id="C1_WPF_C1Chart_BaseRenderer_RenderElement_System_Collections_Generic_List_System_Windows_Media_Visual__C1_WPF_C1Chart_IPlotElement_C1_WPF_C1Chart_DataSeries_C1_WPF_C1Chart_RenderContext_C1_WPF_C1Chart_ShapeStyle_C1_WPF_C1Chart_DataPoint_" data-uid="C1.WPF.C1Chart.BaseRenderer.RenderElement(System.Collections.Generic.List{System.Windows.Media.Visual},C1.WPF.C1Chart.IPlotElement,C1.WPF.C1Chart.DataSeries,C1.WPF.C1Chart.RenderContext,C1.WPF.C1Chart.ShapeStyle,C1.WPF.C1Chart.DataPoint)">RenderElement(List&lt;Visual&gt;, IPlotElement, DataSeries, RenderContext, ShapeStyle, DataPoint)</h4>
<div class="markdown level1 summary"><p>Renders the element and add it to the specified list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected Visual RenderElement(List&lt;Visual&gt; objects, IPlotElement pe, DataSeries ds, RenderContext rc, ShapeStyle shapeStyle, DataPoint dp)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function RenderElement(objects As List(Of Visual), pe As IPlotElement, ds As DataSeries, rc As RenderContext, shapeStyle As ShapeStyle, dp As DataPoint) As Visual</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.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a>&gt;</td>
      <td><span class="parametername">objects</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">IPlotElement</span></td>
      <td><span class="parametername">pe</span></td>
      <td></td>
    </tr>
    <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><span class="xref">ShapeStyle</span></td>
      <td><span class="parametername">shapeStyle</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.C1Chart.DataPoint.html">DataPoint</a></td>
      <td><span class="parametername">dp</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.windows.media.visual">Visual</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
