# FarPoint.Web.Chart.DetachmentCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_DetachmentCollection" data-uid="FarPoint.Web.Chart.DetachmentCollection" class="text-break">DetachmentCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of Single 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">DetachmentCollection</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.single">float</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.single">float</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.single">float</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_DetachmentCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DetachmentCollection : IList, ICollection, IList&lt;float&gt;, ICollection&lt;float&gt;, IEnumerable&lt;float&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DetachmentCollection
    Implements IList, ICollection, IList(Of Single), ICollection(Of Single), IEnumerable(Of Single), 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_DetachmentCollection__ctor" data-uid="FarPoint.Web.Chart.DetachmentCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.-ctor.html#FarPoint_Web_Chart_DetachmentCollection__ctor">DetachmentCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of Single values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection__ctor_FarPoint_Web_Chart_DetachmentCollection_" data-uid="FarPoint.Web.Chart.DetachmentCollection.#ctor(FarPoint.Web.Chart.DetachmentCollection)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.-ctor.html#FarPoint_Web_Chart_DetachmentCollection__ctor_FarPoint_Web_Chart_DetachmentCollection_">DetachmentCollection(DetachmentCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of Single values that is a copy of
the specified collection of Single 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_DetachmentCollection_Count" data-uid="FarPoint.Web.Chart.DetachmentCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Count.html#FarPoint_Web_Chart_DetachmentCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of Single values in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.DetachmentCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Item.html#FarPoint_Web_Chart_DetachmentCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Single 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_DetachmentCollection_Add_System_Single_" data-uid="FarPoint.Web.Chart.DetachmentCollection.Add(System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Add.html#FarPoint_Web_Chart_DetachmentCollection_Add_System_Single_">Add(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Single value to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_AddRange_System_Single___" data-uid="FarPoint.Web.Chart.DetachmentCollection.AddRange(System.Single[])">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.AddRange.html#FarPoint_Web_Chart_DetachmentCollection_AddRange_System_Single___">AddRange(float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of Single values to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_Clear" data-uid="FarPoint.Web.Chart.DetachmentCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Clear.html#FarPoint_Web_Chart_DetachmentCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all Single values from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_Clone" data-uid="FarPoint.Web.Chart.DetachmentCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Clone.html#FarPoint_Web_Chart_DetachmentCollection_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_DetachmentCollection_Contains_System_Single_" data-uid="FarPoint.Web.Chart.DetachmentCollection.Contains(System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Contains.html#FarPoint_Web_Chart_DetachmentCollection_Contains_System_Single_">Contains(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific Single value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_CopyTo_System_Single___System_Int32_" data-uid="FarPoint.Web.Chart.DetachmentCollection.CopyTo(System.Single[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.CopyTo.html#FarPoint_Web_Chart_DetachmentCollection_CopyTo_System_Single___System_Int32_">CopyTo(float[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the Single values in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.DetachmentCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.GetEnumerator.html#FarPoint_Web_Chart_DetachmentCollection_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_DetachmentCollection_IndexOf_System_Single_" data-uid="FarPoint.Web.Chart.DetachmentCollection.IndexOf(System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.IndexOf.html#FarPoint_Web_Chart_DetachmentCollection_IndexOf_System_Single_">IndexOf(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the Single value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_Insert_System_Int32_System_Single_" data-uid="FarPoint.Web.Chart.DetachmentCollection.Insert(System.Int32,System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Insert.html#FarPoint_Web_Chart_DetachmentCollection_Insert_System_Int32_System_Single_">Insert(int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a Single value into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_InsertRange_System_Int32_System_Single___" data-uid="FarPoint.Web.Chart.DetachmentCollection.InsertRange(System.Int32,System.Single[])">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.InsertRange.html#FarPoint_Web_Chart_DetachmentCollection_InsertRange_System_Int32_System_Single___">InsertRange(int, float[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of Single values into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.DetachmentCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.OnChanged.html#FarPoint_Web_Chart_DetachmentCollection_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_DetachmentCollection_Remove_System_Single_" data-uid="FarPoint.Web.Chart.DetachmentCollection.Remove(System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Remove.html#FarPoint_Web_Chart_DetachmentCollection_Remove_System_Single_">Remove(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a Single value from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_DetachmentCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.DetachmentCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.RemoveAt.html#FarPoint_Web_Chart_DetachmentCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a Single 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_DetachmentCollection_Changed" data-uid="FarPoint.Web.Chart.DetachmentCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.DetachmentCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
