# GrapeCity.ActiveReports.Chart.SeriesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_SeriesCollection" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection" class="text-break">SeriesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Series collection class</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><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.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</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="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_SeriesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class SeriesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, 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="GrapeCity_ActiveReports_Chart_SeriesCollection__ctor" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.-ctor.html#GrapeCity_ActiveReports_Chart_SeriesCollection__ctor">SeriesCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SeriesCollection class.</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="GrapeCity_ActiveReports_Chart_SeriesCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Item.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets collection item by given index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Item.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.html">Series</a> with the specified series name.</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="GrapeCity_ActiveReports_Chart_SeriesCollection_Add_GrapeCity_ActiveReports_Chart_Series_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Add(GrapeCity.ActiveReports.Chart.Series)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Add.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Add_GrapeCity_ActiveReports_Chart_Series_">Add(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds layer object to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_AddRange_GrapeCity_ActiveReports_Chart_Series___" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.AddRange(GrapeCity.ActiveReports.Chart.Series[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.AddRange.html#GrapeCity_ActiveReports_Chart_SeriesCollection_AddRange_GrapeCity_ActiveReports_Chart_Series___">AddRange(Series[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of layers to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Clone.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clone of the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Contains_GrapeCity_ActiveReports_Chart_Series_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Contains(GrapeCity.ActiveReports.Chart.Series)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Contains.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Contains_GrapeCity_ActiveReports_Chart_Series_">Contains(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.html">Series</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_CopyTo_GrapeCity_ActiveReports_Chart_Series___System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.CopyTo(GrapeCity.ActiveReports.Chart.Series[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.CopyTo.html#GrapeCity_ActiveReports_Chart_SeriesCollection_CopyTo_GrapeCity_ActiveReports_Chart_Series___System_Int32_">CopyTo(Series[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Dispose" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Dispose.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Equals.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.GetHashCode.html#GrapeCity_ActiveReports_Chart_SeriesCollection_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_IndexOf_GrapeCity_ActiveReports_Chart_Series_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.IndexOf(GrapeCity.ActiveReports.Chart.Series)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_SeriesCollection_IndexOf_GrapeCity_ActiveReports_Chart_Series_">IndexOf(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the first occurrence of a value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Series_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Insert(System.Int32,GrapeCity.ActiveReports.Chart.Series)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Insert.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Series_">Insert(int, Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_OnClear" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.OnClear">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.OnClear.html#GrapeCity_ActiveReports_Chart_SeriesCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_OnClearComplete" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.OnClearComplete.html#GrapeCity_ActiveReports_Chart_SeriesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.OnInsertComplete.html#GrapeCity_ActiveReports_Chart_SeriesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.OnRemoveComplete.html#GrapeCity_ActiveReports_Chart_SeriesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.OnSetComplete.html#GrapeCity_ActiveReports_Chart_SeriesCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_SeriesCollection_Remove_GrapeCity_ActiveReports_Chart_Series_" data-uid="GrapeCity.ActiveReports.Chart.SeriesCollection.Remove(GrapeCity.ActiveReports.Chart.Series)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.SeriesCollection.Remove.html#GrapeCity_ActiveReports_Chart_SeriesCollection_Remove_GrapeCity_ActiveReports_Chart_Series_">Remove(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
