# GrapeCity.Spreadsheet.Charts.ISeriesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_ISeriesCollection" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection" class="text-break">ISeriesCollection Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.html">ISeries</a> objects in the specified chart or chart group.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_ISeriesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISeriesCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISeriesCollection</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_Spreadsheet_Charts_ISeriesCollection_Count" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Count.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of series in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeriesCollection_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Item.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets 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="GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_GrapeCity_Spreadsheet_IRange_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add(GrapeCity.Spreadsheet.IRange,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_GrapeCity_Spreadsheet_IRange_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_">Add(IRange, RowCol?, bool?, bool?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.html">ISeriesCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_GrapeCity_Spreadsheet_WorksheetReference_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add(GrapeCity.Spreadsheet.WorksheetReference,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_GrapeCity_Spreadsheet_WorksheetReference_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_">Add(WorksheetReference, RowCol?, bool?, bool?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.html">ISeriesCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_System_String_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add(System.String,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.Add.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_Add_System_String_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__System_Nullable_System_Boolean__System_Nullable_System_Boolean__System_Boolean_">Add(string, RowCol?, bool?, bool?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds one or more new series to the <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.html">ISeriesCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeriesCollection_NewSeries" data-uid="GrapeCity.Spreadsheet.Charts.ISeriesCollection.NewSeries">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeriesCollection.NewSeries.html#GrapeCity_Spreadsheet_Charts_ISeriesCollection_NewSeries">NewSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series. Returns an <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.html">ISeries</a> object that represents the new series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
