# FarPoint.Web.Chart.DoubleCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_DoubleCollection" data-uid="FarPoint.Web.Chart.DoubleCollection" class="text-break">DoubleCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection 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">DoubleCollection</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="https://learn.microsoft.com/dotnet/api/system.double">double</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="https://learn.microsoft.com/dotnet/api/system.double">double</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="https://learn.microsoft.com/dotnet/api/system.double">double</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_DoubleCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DoubleCollection : IList, ICollection, IList&lt;double&gt;, ICollection&lt;double&gt;, IEnumerable&lt;double&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DoubleCollection
    Implements IList, ICollection, IList(Of Double), ICollection(Of Double), IEnumerable(Of Double), 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_DoubleCollection__ctor" data-uid="FarPoint.Web.Chart.DoubleCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.-ctor.html#FarPoint_Web_Chart_DoubleCollection__ctor">DoubleCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of double values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection__ctor_FarPoint_Web_Chart_DoubleCollection_" data-uid="FarPoint.Web.Chart.DoubleCollection.#ctor(FarPoint.Web.Chart.DoubleCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.-ctor.html#FarPoint_Web_Chart_DoubleCollection__ctor_FarPoint_Web_Chart_DoubleCollection_">DoubleCollection(DoubleCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of double values that is a copy of
the specified collection of double values.</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_DoubleCollection_Count" data-uid="FarPoint.Web.Chart.DoubleCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Count.html#FarPoint_Web_Chart_DoubleCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of double values in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_DataField" data-uid="FarPoint.Web.Chart.DoubleCollection.DataField">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.DataField.html#FarPoint_Web_Chart_DoubleCollection_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field in the data source that supplies the double values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_DataSource" data-uid="FarPoint.Web.Chart.DoubleCollection.DataSource">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.DataSource.html#FarPoint_Web_Chart_DoubleCollection_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the double values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Item.html#FarPoint_Web_Chart_DoubleCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the double value 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_DoubleCollection_Add_System_Double_" data-uid="FarPoint.Web.Chart.DoubleCollection.Add(System.Double)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Add.html#FarPoint_Web_Chart_DoubleCollection_Add_System_Double_">Add(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a double value to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_AddRange_System_Double___" data-uid="FarPoint.Web.Chart.DoubleCollection.AddRange(System.Double[])">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.AddRange.html#FarPoint_Web_Chart_DoubleCollection_AddRange_System_Double___">AddRange(double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of double values to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_Clear" data-uid="FarPoint.Web.Chart.DoubleCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Clear.html#FarPoint_Web_Chart_DoubleCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all double values from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_Clone" data-uid="FarPoint.Web.Chart.DoubleCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Clone.html#FarPoint_Web_Chart_DoubleCollection_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_DoubleCollection_Contains_System_Double_" data-uid="FarPoint.Web.Chart.DoubleCollection.Contains(System.Double)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Contains.html#FarPoint_Web_Chart_DoubleCollection_Contains_System_Double_">Contains(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific double value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_CopyTo_System_Double___System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollection.CopyTo(System.Double[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.CopyTo.html#FarPoint_Web_Chart_DoubleCollection_CopyTo_System_Double___System_Int32_">CopyTo(double[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the double values in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.DoubleCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.GetEnumerator.html#FarPoint_Web_Chart_DoubleCollection_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_DoubleCollection_IndexOf_System_Double_" data-uid="FarPoint.Web.Chart.DoubleCollection.IndexOf(System.Double)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.IndexOf.html#FarPoint_Web_Chart_DoubleCollection_IndexOf_System_Double_">IndexOf(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the double value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_Insert_System_Int32_System_Double_" data-uid="FarPoint.Web.Chart.DoubleCollection.Insert(System.Int32,System.Double)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Insert.html#FarPoint_Web_Chart_DoubleCollection_Insert_System_Int32_System_Double_">Insert(int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a double value into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_InsertRange_System_Int32_System_Double___" data-uid="FarPoint.Web.Chart.DoubleCollection.InsertRange(System.Int32,System.Double[])">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.InsertRange.html#FarPoint_Web_Chart_DoubleCollection_InsertRange_System_Int32_System_Double___">InsertRange(int, double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of double values into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.DoubleCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.OnChanged.html#FarPoint_Web_Chart_DoubleCollection_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_DoubleCollection_Remove_System_Double_" data-uid="FarPoint.Web.Chart.DoubleCollection.Remove(System.Double)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Remove.html#FarPoint_Web_Chart_DoubleCollection_Remove_System_Double_">Remove(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a double value from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DoubleCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.DoubleCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.RemoveAt.html#FarPoint_Web_Chart_DoubleCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a double value 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_DoubleCollection_Changed" data-uid="FarPoint.Web.Chart.DoubleCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.DoubleCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
