# C1.Win.C1Chart.FillStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_FillStyle" data-uid="C1.Win.C1Chart.FillStyle" class="text-break">FillStyle Class
</h1>
  <div class="markdown level0 summary"><p>The FillStyle class is used to describe the different fill styles
available for various elements of the chart, including the chart
itself, the ChartArea, the Legend, the Header, the Footer and Labels.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FillStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_FillStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(cb))]
public class FillStyle : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(cb))&gt;
Public Class FillStyle
    Implements IDisposable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_Alpha" data-uid="C1.Win.C1Chart.FillStyle.Alpha">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.Alpha.html#C1_Win_C1Chart_FillStyle_Alpha">Alpha</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill alpha value (transparency).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_Color1" data-uid="C1.Win.C1Chart.FillStyle.Color1">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.Color1.html#C1_Win_C1Chart_FillStyle_Color1">Color1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_Color2" data-uid="C1.Win.C1Chart.FillStyle.Color2">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.Color2.html#C1_Win_C1Chart_FillStyle_Color2">Color2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_FillType" data-uid="C1.Win.C1Chart.FillStyle.FillType">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.FillType.html#C1_Win_C1Chart_FillStyle_FillType">FillType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_GradientStyle" data-uid="C1.Win.C1Chart.FillStyle.GradientStyle">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.GradientStyle.html#C1_Win_C1Chart_FillStyle_GradientStyle">GradientStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill gradient type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_HatchStyle" data-uid="C1.Win.C1Chart.FillStyle.HatchStyle">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.HatchStyle.html#C1_Win_C1Chart_FillStyle_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill hatch type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_Image" data-uid="C1.Win.C1Chart.FillStyle.Image">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.Image.html#C1_Win_C1Chart_FillStyle_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_OutlineColor" data-uid="C1.Win.C1Chart.FillStyle.OutlineColor">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.OutlineColor.html#C1_Win_C1Chart_FillStyle_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_OutlineThickness" data-uid="C1.Win.C1Chart.FillStyle.OutlineThickness">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.OutlineThickness.html#C1_Win_C1Chart_FillStyle_OutlineThickness">OutlineThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of filled region outlines.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_FillStyle_ResetOutlineColor" data-uid="C1.Win.C1Chart.FillStyle.ResetOutlineColor">
          <a class="xref" href="C1.Win.C1Chart.FillStyle.ResetOutlineColor.html#C1_Win_C1Chart_FillStyle_ResetOutlineColor">ResetOutlineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the outline color to the default value to allow
the Group outline color to be used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
