# FarPoint.Web.Spread.Chart.SpreadChartCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Chart_SpreadChartCollection" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection" class="text-break">SpreadChartCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of chart objects.</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">SpreadChartCollection</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="FarPoint.Web.Spread.Model.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Chart.html">FarPoint.Web.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Chart_SpreadChartCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class SpreadChartCollection : CollectionBase, IList, ICollection, IEnumerable, ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class SpreadChartCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, ICanSerializeXml, ISerializeSupport</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_Spread_Chart_SpreadChartCollection__ctor_FarPoint_Web_Spread_SheetView_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.#ctor(FarPoint.Web.Spread.SheetView)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChartCollection__ctor_FarPoint_Web_Spread_SheetView_">SpreadChartCollection(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.html">SpreadChartCollection</a> 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="FarPoint_Web_Spread_Chart_SpreadChartCollection_Item_System_Int32_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Item.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_Item_System_String_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Item(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Item.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> with the specified chartID.</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_Spread_Chart_SpreadChartCollection_Add_FarPoint_Web_Spread_Chart_SpreadChart_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Add(FarPoint.Web.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Add.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Add_FarPoint_Web_Spread_Chart_SpreadChart_">Add(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a chart to the SpreadChartCollection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_AddRange_System_Collections_ICollection_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.AddRange(System.Collections.ICollection)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.AddRange.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_AddRange_System_Collections_ICollection_">AddRange(ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_Contains_FarPoint_Web_Spread_Chart_SpreadChart_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Contains(FarPoint.Web.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Contains.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Contains_FarPoint_Web_Spread_Chart_SpreadChart_">Contains(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the chart collection contains a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_Contains_System_String_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Contains(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Contains.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the chart collection contains the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_IndexOf_FarPoint_Web_Spread_Chart_SpreadChart_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.IndexOf(FarPoint.Web.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.IndexOf.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_IndexOf_FarPoint_Web_Spread_Chart_SpreadChart_">IndexOf(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific chart in the SpreadChartCollection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_Insert_System_Int32_FarPoint_Web_Spread_Chart_SpreadChart_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Insert(System.Int32,FarPoint.Web.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Insert.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Insert_System_Int32_FarPoint_Web_Spread_Chart_SpreadChart_">Insert(int, SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a chart into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_OnInsert_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.OnInsert.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_OnRemove_System_Int32_System_Object_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.OnRemove.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChartCollection_Remove_FarPoint_Web_Spread_Chart_SpreadChart_" data-uid="FarPoint.Web.Spread.Chart.SpreadChartCollection.Remove(FarPoint.Web.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChartCollection.Remove.html#FarPoint_Web_Spread_Chart_SpreadChartCollection_Remove_FarPoint_Web_Spread_Chart_SpreadChart_">Remove(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
