# C1.Win.FlexReport.Chart.ChartLineJoin

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexReport_Chart_ChartLineJoin" data-uid="C1.Win.FlexReport.Chart.ChartLineJoin" class="text-break">ChartLineJoin Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to join consecutive line or curve segments in a figure (subpath).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartLineJoin_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartLineJoin</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartLineJoin</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartLineJoin_Bevel">Bevel</td>
        <td><p>Specifies a beveled join. This produces a diagonal corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartLineJoin_Miter">Miter</td>
        <td><p>Specifies a mitered join. This produces a sharp corner or a clipped corner,
depending on whether the length of the miter exceeds the miter limit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartLineJoin_MiterClipped">MiterClipped</td>
        <td><p>Specifies a mitered join. This produces a sharp corner or a beveled corner,
depending on whether the length of the miter exceeds the miter limit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartLineJoin_Round">Round</td>
        <td><p>Specifies a circular join. This produces a smooth, circular arc between the lines.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
