# FarPoint.Win.Chart.CapType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Chart_CapType" data-uid="FarPoint.Win.Chart.CapType" class="text-break">CapType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the ending caps that should be used for this line. Examples of cap types are rounded, flat, etc.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_CapType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CapType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CapType</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="FarPoint_Win_Chart_CapType_Flat">Flat</td>
        <td><p>[2] Flat cap</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_CapType_Round">Round</td>
        <td><p>[1] Round cap</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_CapType_Square">Square</td>
        <td><p>[0] Square cap</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
