# FarPoint.Win.Chart.Fill

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_Fill" data-uid="FarPoint.Win.Chart.Fill" class="text-break">Fill Class
</h1>
  <div class="markdown level0 summary"><p>Represents the fill base.</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">Fill</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.GradientFill.html">GradientFill</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.ImageFill.html">ImageFill</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.NoFill.html">NoFill</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.SolidFill.html">SolidFill</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_Fill_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(FillConverter))]
public abstract class Fill</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(FillConverter))&gt;
Public MustInherit Class Fill</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_Fill__ctor" data-uid="FarPoint.Win.Chart.Fill.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.Fill.-ctor.html#FarPoint_Win_Chart_Fill__ctor">Fill()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Chart.Fill.html">Fill</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
