# GrapeCity.Spreadsheet.Charts.DisplayUnit

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_DisplayUnit" data-uid="GrapeCity.Spreadsheet.Charts.DisplayUnit" class="text-break">DisplayUnit Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the built in display units for an axis.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_DisplayUnit_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DisplayUnit</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DisplayUnit</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_Spreadsheet_Charts_DisplayUnit_Billions">Billions</td>
        <td><p>The values on the chart shall be divided by 1,000,000,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Custom">Custom</td>
        <td><p>The values on the chart shall be divided by <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitCustom.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitCustom">DisplayUnitCustom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_HundredMillions">HundredMillions</td>
        <td><p>The values on the chart shall be divided by 100,000,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_HundredThousands">HundredThousands</td>
        <td><p>The values on the chart shall be divided by 100,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Hundreds">Hundreds</td>
        <td><p>The values on the chart shall be divided by 100.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Millions">Millions</td>
        <td><p>The values on the chart shall be divided by 1,000,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_None">None</td>
        <td><p>The values on the chart shall be kept as it is.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Percentage">Percentage</td>
        <td><p>The values on the chart shall be divided by 0.01.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_TenMillions">TenMillions</td>
        <td><p>The values on the chart shall be divided by 10,000,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_TenThousands">TenThousands</td>
        <td><p>The values on the chart shall be divided by 10,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Thousands">Thousands</td>
        <td><p>The values on the chart shall be divided by 1,000.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DisplayUnit_Trillions">Trillions</td>
        <td><p>The values on the chart shall be divided by 1,000,000,000,000.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
