# FarPoint.Web.Chart.DoubleCollectionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_DoubleCollectionCollection" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection" class="text-break">DoubleCollectionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of collections of double values.</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">DoubleCollectionCollection</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.DoubleCollection.html">DoubleCollection</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.DoubleCollection.html">DoubleCollection</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.DoubleCollection.html">DoubleCollection</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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_DoubleCollectionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DoubleCollectionCollection : IList, ICollection, IList&lt;DoubleCollection&gt;, ICollection&lt;DoubleCollection&gt;, IEnumerable&lt;DoubleCollection&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DoubleCollectionCollection
    Implements IList, ICollection, IList(Of DoubleCollection), ICollection(Of DoubleCollection), IEnumerable(Of DoubleCollection), IEnumerable</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_DoubleCollectionCollection__ctor" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.-ctor.html#FarPoint_Web_Chart_DoubleCollectionCollection__ctor">DoubleCollectionCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of collections.</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_DoubleCollectionCollection_Count" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Count.html#FarPoint_Web_Chart_DoubleCollectionCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Item.html#FarPoint_Web_Chart_DoubleCollectionCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item 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_DoubleCollectionCollection_Add_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Add(FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Add.html#FarPoint_Web_Chart_DoubleCollectionCollection_Add_FarPoint_Web_Chart_DoubleCollection_">Add(DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_AddRange_FarPoint_Web_Chart_DoubleCollection___" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.AddRange(FarPoint.Web.Chart.DoubleCollection[])">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.AddRange.html#FarPoint_Web_Chart_DoubleCollectionCollection_AddRange_FarPoint_Web_Chart_DoubleCollection___">AddRange(DoubleCollection[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of items to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_Clear" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Clear.html#FarPoint_Web_Chart_DoubleCollectionCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_Contains_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Contains(FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Contains.html#FarPoint_Web_Chart_DoubleCollectionCollection_Contains_FarPoint_Web_Chart_DoubleCollection_">Contains(DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific item.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_CopyTo_FarPoint_Web_Chart_DoubleCollection___System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.CopyTo(FarPoint.Web.Chart.DoubleCollection[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.CopyTo.html#FarPoint_Web_Chart_DoubleCollectionCollection_CopyTo_FarPoint_Web_Chart_DoubleCollection___System_Int32_">CopyTo(DoubleCollection[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the items in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.GetEnumerator.html#FarPoint_Web_Chart_DoubleCollectionCollection_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_DoubleCollectionCollection_IndexOf_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.IndexOf(FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.IndexOf.html#FarPoint_Web_Chart_DoubleCollectionCollection_IndexOf_FarPoint_Web_Chart_DoubleCollection_">IndexOf(DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the item in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_Insert_System_Int32_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Insert(System.Int32,FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Insert.html#FarPoint_Web_Chart_DoubleCollectionCollection_Insert_System_Int32_FarPoint_Web_Chart_DoubleCollection_">Insert(int, DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_InsertRange_System_Int32_FarPoint_Web_Chart_DoubleCollection___" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.InsertRange(System.Int32,FarPoint.Web.Chart.DoubleCollection[])">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.InsertRange.html#FarPoint_Web_Chart_DoubleCollectionCollection_InsertRange_System_Int32_FarPoint_Web_Chart_DoubleCollection___">InsertRange(int, DoubleCollection[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of items into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.OnChanged.html#FarPoint_Web_Chart_DoubleCollectionCollection_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_DoubleCollectionCollection_Remove_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Remove(FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Remove.html#FarPoint_Web_Chart_DoubleCollectionCollection_Remove_FarPoint_Web_Chart_DoubleCollection_">Remove(DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes an item from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollectionCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.RemoveAt.html#FarPoint_Web_Chart_DoubleCollectionCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes an item 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_DoubleCollectionCollection_Changed" data-uid="FarPoint.Web.Chart.DoubleCollectionCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollectionCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
