# GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit

## Content

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




  <h1 id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit" data-uid="GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit" class="text-break">GraphicsUnit Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the unit of measure for the given data.
It is a cross-platform version of System.Drawing.GraphicsUnit.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.html">GrapeCity.ActiveReports.Document.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GraphicsUnit</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_Document_Drawing_GraphicsUnit_Display">Display</td>
        <td><p>The display unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_Document">Document</td>
        <td><p>The document unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_Inch">Inch</td>
        <td><p>The inch unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_Millimeter">Millimeter</td>
        <td><p>The millimetr unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_Pixel">Pixel</td>
        <td><p>The pixel unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_Point">Point</td>
        <td><p>The point unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_GraphicsUnit_World">World</td>
        <td><p>The word unit.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
