# GrapeCity.Documents.Excel.Drawing.ISeriesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection" class="text-break">ISeriesCollection Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeries.html">ISeries</a> objects in the specified chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISeriesCollection : IEnumerable&lt;ISeries&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISeriesCollection
    Inherits IEnumerable(Of ISeries), IEnumerable</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="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Count" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Count.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Item.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Item_System_String_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Item.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Parent.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</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_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_">Add(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.html">ISeriesCollection</a> collection.
Spread will determine where the values are by the size and orientation of the selected range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.Drawing.RowCol)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_">Add(IRange, RowCol)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.html">ISeriesCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_System_Boolean_System_Boolean_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.Drawing.RowCol,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Add.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Add_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_System_Boolean_System_Boolean_">Add(IRange, RowCol, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.html">ISeriesCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Extend_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_System_Boolean_" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Extend(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.Drawing.RowCol,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.Extend.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_Extend_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_System_Boolean_">Extend(IRange, RowCol, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds new data points to an existing series collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ISeriesCollection_NewSeries" data-uid="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.NewSeries">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ISeriesCollection.NewSeries.html#GrapeCity_Documents_Excel_Drawing_ISeriesCollection_NewSeries">NewSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
