# FarPoint.Web.Chart.MarkerCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_MarkerCollection" data-uid="FarPoint.Web.Chart.MarkerCollection" class="text-break">MarkerCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of markers.</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">MarkerCollection</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.Marker.html">Marker</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.Marker.html">Marker</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.Marker.html">Marker</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_MarkerCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MarkerCollection : IList, ICollection, IList&lt;Marker&gt;, ICollection&lt;Marker&gt;, IEnumerable&lt;Marker&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MarkerCollection
    Implements IList, ICollection, IList(Of Marker), ICollection(Of Marker), IEnumerable(Of Marker), 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_MarkerCollection__ctor" data-uid="FarPoint.Web.Chart.MarkerCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.-ctor.html#FarPoint_Web_Chart_MarkerCollection__ctor">MarkerCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of markers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection__ctor_FarPoint_Web_Chart_MarkerCollection_" data-uid="FarPoint.Web.Chart.MarkerCollection.#ctor(FarPoint.Web.Chart.MarkerCollection)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.-ctor.html#FarPoint_Web_Chart_MarkerCollection__ctor_FarPoint_Web_Chart_MarkerCollection_">MarkerCollection(MarkerCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of markers that is a copy of
the specified collection of markers.</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_MarkerCollection_Count" data-uid="FarPoint.Web.Chart.MarkerCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Count.html#FarPoint_Web_Chart_MarkerCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of markers in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.MarkerCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Item.html#FarPoint_Web_Chart_MarkerCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker 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_MarkerCollection_Add_FarPoint_Web_Chart_Marker_" data-uid="FarPoint.Web.Chart.MarkerCollection.Add(FarPoint.Web.Chart.Marker)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Add.html#FarPoint_Web_Chart_MarkerCollection_Add_FarPoint_Web_Chart_Marker_">Add(Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a marker to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_AddRange_FarPoint_Web_Chart_Marker___" data-uid="FarPoint.Web.Chart.MarkerCollection.AddRange(FarPoint.Web.Chart.Marker[])">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.AddRange.html#FarPoint_Web_Chart_MarkerCollection_AddRange_FarPoint_Web_Chart_Marker___">AddRange(Marker[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of markers to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_Clear" data-uid="FarPoint.Web.Chart.MarkerCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Clear.html#FarPoint_Web_Chart_MarkerCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all markers from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_Clone" data-uid="FarPoint.Web.Chart.MarkerCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Clone.html#FarPoint_Web_Chart_MarkerCollection_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_MarkerCollection_Contains_FarPoint_Web_Chart_Marker_" data-uid="FarPoint.Web.Chart.MarkerCollection.Contains(FarPoint.Web.Chart.Marker)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Contains.html#FarPoint_Web_Chart_MarkerCollection_Contains_FarPoint_Web_Chart_Marker_">Contains(Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific marker.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_CopyTo_FarPoint_Web_Chart_Marker___System_Int32_" data-uid="FarPoint.Web.Chart.MarkerCollection.CopyTo(FarPoint.Web.Chart.Marker[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.CopyTo.html#FarPoint_Web_Chart_MarkerCollection_CopyTo_FarPoint_Web_Chart_Marker___System_Int32_">CopyTo(Marker[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the markers in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.MarkerCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.GetEnumerator.html#FarPoint_Web_Chart_MarkerCollection_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_MarkerCollection_IndexOf_FarPoint_Web_Chart_Marker_" data-uid="FarPoint.Web.Chart.MarkerCollection.IndexOf(FarPoint.Web.Chart.Marker)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.IndexOf.html#FarPoint_Web_Chart_MarkerCollection_IndexOf_FarPoint_Web_Chart_Marker_">IndexOf(Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the marker in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_Insert_System_Int32_FarPoint_Web_Chart_Marker_" data-uid="FarPoint.Web.Chart.MarkerCollection.Insert(System.Int32,FarPoint.Web.Chart.Marker)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Insert.html#FarPoint_Web_Chart_MarkerCollection_Insert_System_Int32_FarPoint_Web_Chart_Marker_">Insert(int, Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a marker into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Marker___" data-uid="FarPoint.Web.Chart.MarkerCollection.InsertRange(System.Int32,FarPoint.Web.Chart.Marker[])">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.InsertRange.html#FarPoint_Web_Chart_MarkerCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Marker___">InsertRange(int, Marker[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of markers into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.MarkerCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.OnChanged.html#FarPoint_Web_Chart_MarkerCollection_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_MarkerCollection_Remove_FarPoint_Web_Chart_Marker_" data-uid="FarPoint.Web.Chart.MarkerCollection.Remove(FarPoint.Web.Chart.Marker)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Remove.html#FarPoint_Web_Chart_MarkerCollection_Remove_FarPoint_Web_Chart_Marker_">Remove(Marker)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a marker from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MarkerCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.MarkerCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.RemoveAt.html#FarPoint_Web_Chart_MarkerCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a marker 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_MarkerCollection_Changed" data-uid="FarPoint.Web.Chart.MarkerCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.MarkerCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
