# C1.Win.C1Chart.FillTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_FillTypeEnum" data-uid="C1.Win.C1Chart.FillTypeEnum" class="text-break">FillTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>The FillTypeEnum enumeration is used to specify how data shapes are filled.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_FillTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FillTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FillTypeEnum</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="C1_Win_C1Chart_FillTypeEnum_Gradient">Gradient</td>
        <td><p>A two color gradient is used to fill using Color1 and Color2 with a pattern enumerated by the <a class="xref" href="C1.Win.C1Chart.GradientStyleEnum.html">GradientStyleEnum</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillTypeEnum_Hatch">Hatch</td>
        <td><p>A two color hatch pattern is used to fill using Color1 and Color2 with a pattern enumerated by the <a class="xref" href="C1.Win.C1Chart.HatchStyleEnum.html">HatchStyleEnum</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillTypeEnum_SolidColor">SolidColor</td>
        <td><p>Solid color is used for filling using Color1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillTypeEnum_Texture">Texture</td>
        <td><p>A texture is created by tiling the specified Image of the FillStyle.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
