# FarPoint.Win.Chart.DashType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Chart_DashType" data-uid="FarPoint.Win.Chart.DashType" class="text-break">DashType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the dash type of the line.</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_DashType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DashType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DashType</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_DashType_Dash">Dash</td>
        <td><p>[0] Dash line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_DashDot">DashDot</td>
        <td><p>[1] Dash and dot line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_Dot">Dot</td>
        <td><p>[2] Dot line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_LgDash">LgDash</td>
        <td><p>[3] Long dash line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_LgDashDot">LgDashDot</td>
        <td><p>[4] Long dash and dot line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_LgDashDotDot">LgDashDotDot</td>
        <td><p>[5] Long dash and dot dot line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_RoundDot">RoundDot</td>
        <td><p>[7] Round dot line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DashType_Solid">Solid</td>
        <td><p>[6] Solid line</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
