# GrapeCity.ActiveReports.Chart.DockType

## Content

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




  <h1 id="GrapeCity_ActiveReports_Chart_DockType" data-uid="GrapeCity.ActiveReports.Chart.DockType" class="text-break">DockType Enum
</h1>
  <div class="markdown level0 summary"><p>Specify the docking area</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_DockType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DockType</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_DockType_Bottom">Bottom</td>
        <td><p>Dock to the bottom</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DockType_Left">Left</td>
        <td><p>Dock to the left</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DockType_Right">Right</td>
        <td><p>Dock to the right</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DockType_Top">Top</td>
        <td><p>Dock to the top</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
