# GrapeCity.Documents.Excel.Drawing.DrawingPictureType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_DrawingPictureType" data-uid="GrapeCity.Documents.Excel.Drawing.DrawingPictureType" class="text-break">DrawingPictureType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how pictures are displayed on a column, bar picture chart, or legend key.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_DrawingPictureType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DrawingPictureType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DrawingPictureType</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_Documents_Excel_Drawing_DrawingPictureType_Stack">Stack</td>
        <td><p>Specifies that the picture is sized to repeat a maximum of 15 times in the longest stacked bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DrawingPictureType_StackScale">StackScale</td>
        <td><p>Specifies that the picture is sized to a specified number of units and repeated the length of the bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DrawingPictureType_Stretch">Stretch</td>
        <td><p>Specifies that the picture is stretched the full length of the stacked bar.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
