# C1.WPF.C1Chart.Lines.RenderSegment

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1Chart_Lines_RenderSegment_" data-uid="C1.WPF.C1Chart.Lines.RenderSegment*">RenderSegment Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1Chart_Lines_RenderSegment_" data-uid="C1.WPF.C1Chart.Lines.RenderSegment*"></a>
<h4 id="C1_WPF_C1Chart_Lines_RenderSegment_System_Windows_Point___System_Double_System_Windows_Rect_" data-uid="C1.WPF.C1Chart.Lines.RenderSegment(System.Windows.Point[],System.Double,System.Windows.Rect)">RenderSegment(Point[], double, Rect)</h4>
<div class="markdown level1 summary"><p>Creates path figure from the specified points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected PathFigure[] RenderSegment(Point[] pts, double optRadius, Rect clip)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function RenderSegment(pts As Point(), optRadius As Double, clip As Rect) As PathFigure()</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.windows.point">Point</a>[]</td>
      <td><span class="parametername">pts</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">optRadius</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.rect">Rect</a></td>
      <td><span class="parametername">clip</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.pathfigure">PathFigure</a>[]</td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
