# FarPoint.Win.Spread.Chart.SpreadChartCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_SpreadChartCollection" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection" class="text-break">SpreadChartCollection Class
</h1>
  <div class="markdown level0 summary"><ul>
<li>
<pre><code>      Represents a collection of chart objects.
</code></pre>
</li>
</ul>
</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.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</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="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_SpreadChartCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class SpreadChartCollection : CollectionBase, IList, ICollection, IEnumerable&lt;SpreadChart&gt;, IReadOnlyCollection&lt;IComponent&gt;, IEnumerable&lt;IComponent&gt;, IEnumerable</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(Of SpreadChart), IReadOnlyCollection(Of IComponent), IEnumerable(Of IComponent), IEnumerable</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_Win_Spread_Chart_SpreadChartCollection__ctor_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.#ctor(FarPoint.Win.Spread.SheetView)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChartCollection__ctor_FarPoint_Win_Spread_SheetView_">SpreadChartCollection(SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the FpChartCollection 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_Win_Spread_Chart_SpreadChartCollection_Item_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Item.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the FarPoint.Win.Spread.FpChart at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartCollection_Item_System_String_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Item(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Item.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the FarPoint.Win.Spread.Chart.FpChart with the specified chart 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="FarPoint_Win_Spread_Chart_SpreadChartCollection_Add_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Add(FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Add.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Add_FarPoint_Win_Spread_Chart_SpreadChart_">Add(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an chart to the FpChartCollection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartCollection_AddRange_FarPoint_Win_Spread_Chart_SpreadChart___" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.AddRange(FarPoint.Win.Spread.Chart.SpreadChart[])">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.AddRange.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_AddRange_FarPoint_Win_Spread_Chart_SpreadChart___">AddRange(SpreadChart[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartCollection_Contains_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Contains(FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Contains.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Contains_FarPoint_Win_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_Win_Spread_Chart_SpreadChartCollection_Contains_System_String_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Contains(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Contains.html#FarPoint_Win_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_Win_Spread_Chart_SpreadChartCollection_IndexOf_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.IndexOf(FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.IndexOf.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_IndexOf_FarPoint_Win_Spread_Chart_SpreadChart_">IndexOf(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific chart in the FpChartCollection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartCollection_Insert_System_Int32_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Insert(System.Int32,FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Insert.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Insert_System_Int32_FarPoint_Win_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_Win_Spread_Chart_SpreadChartCollection_OnClear" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.OnClear">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.OnClear.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartCollection_OnRemove_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.OnRemove.html#FarPoint_Win_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_Win_Spread_Chart_SpreadChartCollection_Remove_FarPoint_Win_Spread_Chart_SpreadChart_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartCollection.Remove(FarPoint.Win.Spread.Chart.SpreadChart)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartCollection.Remove.html#FarPoint_Win_Spread_Chart_SpreadChartCollection_Remove_FarPoint_Win_Spread_Chart_SpreadChart_">Remove(SpreadChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
