# FarPoint.Web.Chart.SeriesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_SeriesCollection" data-uid="FarPoint.Web.Chart.SeriesCollection" class="text-break">SeriesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of series.</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">SeriesCollection</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.Series.html">Series</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.Series.html">Series</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.Series.html">Series</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.xml.serialization.ixmlserializable">IXmlSerializable</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_SeriesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SeriesCollection : IList, ICollection, IList&lt;Series&gt;, ICollection&lt;Series&gt;, IEnumerable&lt;Series&gt;, IEnumerable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SeriesCollection
    Implements IList, ICollection, IList(Of Series), ICollection(Of Series), IEnumerable(Of Series), IEnumerable, IXmlSerializable</code></pre>
  </div>
  <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_SeriesCollection_Count" data-uid="FarPoint.Web.Chart.SeriesCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Count.html#FarPoint_Web_Chart_SeriesCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of series in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.SeriesCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Item.html#FarPoint_Web_Chart_SeriesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series 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_SeriesCollection_Add_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.SeriesCollection.Add(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Add.html#FarPoint_Web_Chart_SeriesCollection_Add_FarPoint_Web_Chart_Series_">Add(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a series to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_AddRange_FarPoint_Web_Chart_Series___" data-uid="FarPoint.Web.Chart.SeriesCollection.AddRange(FarPoint.Web.Chart.Series[])">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.AddRange.html#FarPoint_Web_Chart_SeriesCollection_AddRange_FarPoint_Web_Chart_Series___">AddRange(Series[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of series to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Clear" data-uid="FarPoint.Web.Chart.SeriesCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Clear.html#FarPoint_Web_Chart_SeriesCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all series from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Clone" data-uid="FarPoint.Web.Chart.SeriesCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Clone.html#FarPoint_Web_Chart_SeriesCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Contains_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.SeriesCollection.Contains(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Contains.html#FarPoint_Web_Chart_SeriesCollection_Contains_FarPoint_Web_Chart_Series_">Contains(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_CopyTo_FarPoint_Web_Chart_Series___System_Int32_" data-uid="FarPoint.Web.Chart.SeriesCollection.CopyTo(FarPoint.Web.Chart.Series[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.CopyTo.html#FarPoint_Web_Chart_SeriesCollection_CopyTo_FarPoint_Web_Chart_Series___System_Int32_">CopyTo(Series[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the series in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.SeriesCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.GetEnumerator.html#FarPoint_Web_Chart_SeriesCollection_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_SeriesCollection_GetSchema" data-uid="FarPoint.Web.Chart.SeriesCollection.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.GetSchema.html#FarPoint_Web_Chart_SeriesCollection_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_IndexOf_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.SeriesCollection.IndexOf(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.IndexOf.html#FarPoint_Web_Chart_SeriesCollection_IndexOf_FarPoint_Web_Chart_Series_">IndexOf(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the series in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Insert_System_Int32_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.SeriesCollection.Insert(System.Int32,FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Insert.html#FarPoint_Web_Chart_SeriesCollection_Insert_System_Int32_FarPoint_Web_Chart_Series_">Insert(int, Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a series into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Series___" data-uid="FarPoint.Web.Chart.SeriesCollection.InsertRange(System.Int32,FarPoint.Web.Chart.Series[])">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.InsertRange.html#FarPoint_Web_Chart_SeriesCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Series___">InsertRange(int, Series[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of series into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.SeriesCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.OnChanged.html#FarPoint_Web_Chart_SeriesCollection_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_SeriesCollection_OnListChanged_System_ComponentModel_ListChangedEventArgs_" data-uid="FarPoint.Web.Chart.SeriesCollection.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.OnListChanged.html#FarPoint_Web_Chart_SeriesCollection_OnListChanged_System_ComponentModel_ListChangedEventArgs_">OnListChanged(ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ListChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.SeriesCollection.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.ReadXml.html#FarPoint_Web_Chart_SeriesCollection_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_Remove_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.SeriesCollection.Remove(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Remove.html#FarPoint_Web_Chart_SeriesCollection_Remove_FarPoint_Web_Chart_Series_">Remove(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified series from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.SeriesCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.RemoveAt.html#FarPoint_Web_Chart_SeriesCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the series at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.SeriesCollection.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.WriteXml.html#FarPoint_Web_Chart_SeriesCollection_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</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_SeriesCollection_Changed" data-uid="FarPoint.Web.Chart.SeriesCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_SeriesCollection_ListChanged" data-uid="FarPoint.Web.Chart.SeriesCollection.ListChanged">
          <a class="xref" href="FarPoint.Web.Chart.SeriesCollection.ListChanged.html">ListChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed,
or when the list is cleared.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
