# FarPoint.Web.Chart.FillCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_FillCollection" data-uid="FarPoint.Web.Chart.FillCollection" class="text-break">FillCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of fills.</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">FillCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Web.Chart.Fill.html">Fill</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Web.Chart.Fill.html">Fill</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="FarPoint.Web.Chart.Fill.html">Fill</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_FillCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FillCollection : IList, ICollection, IList&lt;Fill&gt;, ICollection&lt;Fill&gt;, IEnumerable&lt;Fill&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FillCollection
    Implements IList, ICollection, IList(Of Fill), ICollection(Of Fill), IEnumerable(Of Fill), IEnumerable, ICloneable</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_Web_Chart_FillCollection__ctor" data-uid="FarPoint.Web.Chart.FillCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.-ctor.html#FarPoint_Web_Chart_FillCollection__ctor">FillCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of fills.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection__ctor_FarPoint_Web_Chart_FillCollection_" data-uid="FarPoint.Web.Chart.FillCollection.#ctor(FarPoint.Web.Chart.FillCollection)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.-ctor.html#FarPoint_Web_Chart_FillCollection__ctor_FarPoint_Web_Chart_FillCollection_">FillCollection(FillCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of fills that is a copy of
the specified collection of fills.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Chart_FillCollection_Count" data-uid="FarPoint.Web.Chart.FillCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Count.html#FarPoint_Web_Chart_FillCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of fills in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.FillCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Item.html#FarPoint_Web_Chart_FillCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill at the specified index.</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="FarPoint_Web_Chart_FillCollection_Add_FarPoint_Web_Chart_Fill_" data-uid="FarPoint.Web.Chart.FillCollection.Add(FarPoint.Web.Chart.Fill)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Add.html#FarPoint_Web_Chart_FillCollection_Add_FarPoint_Web_Chart_Fill_">Add(Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a fill to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_AddRange_FarPoint_Web_Chart_Fill___" data-uid="FarPoint.Web.Chart.FillCollection.AddRange(FarPoint.Web.Chart.Fill[])">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.AddRange.html#FarPoint_Web_Chart_FillCollection_AddRange_FarPoint_Web_Chart_Fill___">AddRange(Fill[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of fills to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Clear" data-uid="FarPoint.Web.Chart.FillCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Clear.html#FarPoint_Web_Chart_FillCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all fills from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Clone" data-uid="FarPoint.Web.Chart.FillCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Clone.html#FarPoint_Web_Chart_FillCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection that is a copy of this collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Contains_FarPoint_Web_Chart_Fill_" data-uid="FarPoint.Web.Chart.FillCollection.Contains(FarPoint.Web.Chart.Fill)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Contains.html#FarPoint_Web_Chart_FillCollection_Contains_FarPoint_Web_Chart_Fill_">Contains(Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific fill.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_CopyTo_FarPoint_Web_Chart_Fill___System_Int32_" data-uid="FarPoint.Web.Chart.FillCollection.CopyTo(FarPoint.Web.Chart.Fill[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.CopyTo.html#FarPoint_Web_Chart_FillCollection_CopyTo_FarPoint_Web_Chart_Fill___System_Int32_">CopyTo(Fill[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the fills in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.FillCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.GetEnumerator.html#FarPoint_Web_Chart_FillCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_IndexOf_FarPoint_Web_Chart_Fill_" data-uid="FarPoint.Web.Chart.FillCollection.IndexOf(FarPoint.Web.Chart.Fill)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.IndexOf.html#FarPoint_Web_Chart_FillCollection_IndexOf_FarPoint_Web_Chart_Fill_">IndexOf(Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the fill in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Insert_System_Int32_FarPoint_Web_Chart_Fill_" data-uid="FarPoint.Web.Chart.FillCollection.Insert(System.Int32,FarPoint.Web.Chart.Fill)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Insert.html#FarPoint_Web_Chart_FillCollection_Insert_System_Int32_FarPoint_Web_Chart_Fill_">Insert(int, Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a fill into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Fill___" data-uid="FarPoint.Web.Chart.FillCollection.InsertRange(System.Int32,FarPoint.Web.Chart.Fill[])">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.InsertRange.html#FarPoint_Web_Chart_FillCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Fill___">InsertRange(int, Fill[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of fills into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.FillCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.OnChanged.html#FarPoint_Web_Chart_FillCollection_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Remove_FarPoint_Web_Chart_Fill_" data-uid="FarPoint.Web.Chart.FillCollection.Remove(FarPoint.Web.Chart.Fill)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Remove.html#FarPoint_Web_Chart_FillCollection_Remove_FarPoint_Web_Chart_Fill_">Remove(Fill)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a fill from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.FillCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.RemoveAt.html#FarPoint_Web_Chart_FillCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a fill from the collection at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_FillCollection_Changed" data-uid="FarPoint.Web.Chart.FillCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.FillCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
