# GrapeCity.ActiveReports.Chart.Graphics.LineStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle" data-uid="GrapeCity.ActiveReports.Chart.Graphics.LineStyle" class="text-break">LineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies line drawing styles</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineStyle</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="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_Dash">Dash</td>
        <td><p>Dahsed line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_DashDot">DashDot</td>
        <td><p>Dash-dot line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_DashDotDot">DashDotDot</td>
        <td><p>Dash-dot-dot line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_Dot">Dot</td>
        <td><p>Dot line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_None">None</td>
        <td><p>Nothing to draw</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_LineStyle_Solid">Solid</td>
        <td><p>Solid line</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
