# FarPoint.Web.Chart.PlotAreaCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PlotAreaCollection" data-uid="FarPoint.Web.Chart.PlotAreaCollection" class="text-break">PlotAreaCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of plot areas.</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"><span class="xref">PlotAreaCollection</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.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Web.Chart.PlotArea.html">PlotArea</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Web.Chart.PlotArea.html">PlotArea</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="FarPoint.Web.Chart.PlotArea.html">PlotArea</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_PlotAreaCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotAreaCollection : IList, ICollection, IList&lt;PlotArea&gt;, ICollection&lt;PlotArea&gt;, IEnumerable&lt;PlotArea&gt;, IEnumerable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotAreaCollection
    Implements IList, ICollection, IList(Of PlotArea), ICollection(Of PlotArea), IEnumerable(Of PlotArea), IEnumerable, IXmlSerializable</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="FarPoint_Web_Chart_PlotAreaCollection_Count" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Count.html#FarPoint_Web_Chart_PlotAreaCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of plot areas in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Item.html#FarPoint_Web_Chart_PlotAreaCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area 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="FarPoint_Web_Chart_PlotAreaCollection_Add_FarPoint_Web_Chart_PlotArea_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Add(FarPoint.Web.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Add.html#FarPoint_Web_Chart_PlotAreaCollection_Add_FarPoint_Web_Chart_PlotArea_">Add(PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a plot area to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_AddRange_FarPoint_Web_Chart_PlotArea___" data-uid="FarPoint.Web.Chart.PlotAreaCollection.AddRange(FarPoint.Web.Chart.PlotArea[])">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.AddRange.html#FarPoint_Web_Chart_PlotAreaCollection_AddRange_FarPoint_Web_Chart_PlotArea___">AddRange(PlotArea[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of plot areas to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Clear" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Clear.html#FarPoint_Web_Chart_PlotAreaCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all plot areas from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Contains_FarPoint_Web_Chart_PlotArea_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Contains(FarPoint.Web.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Contains.html#FarPoint_Web_Chart_PlotAreaCollection_Contains_FarPoint_Web_Chart_PlotArea_">Contains(PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_CopyTo_FarPoint_Web_Chart_PlotArea___System_Int32_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.CopyTo(FarPoint.Web.Chart.PlotArea[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.CopyTo.html#FarPoint_Web_Chart_PlotAreaCollection_CopyTo_FarPoint_Web_Chart_PlotArea___System_Int32_">CopyTo(PlotArea[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the plot areas in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.PlotAreaCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.GetEnumerator.html#FarPoint_Web_Chart_PlotAreaCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_GetSchema" data-uid="FarPoint.Web.Chart.PlotAreaCollection.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.GetSchema.html#FarPoint_Web_Chart_PlotAreaCollection_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_IndexOf_FarPoint_Web_Chart_PlotArea_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.IndexOf(FarPoint.Web.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.IndexOf.html#FarPoint_Web_Chart_PlotAreaCollection_IndexOf_FarPoint_Web_Chart_PlotArea_">IndexOf(PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the plot area in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Insert_System_Int32_FarPoint_Web_Chart_PlotArea_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Insert(System.Int32,FarPoint.Web.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Insert.html#FarPoint_Web_Chart_PlotAreaCollection_Insert_System_Int32_FarPoint_Web_Chart_PlotArea_">Insert(int, PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a plot area into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_InsertRange_System_Int32_FarPoint_Web_Chart_PlotArea___" data-uid="FarPoint.Web.Chart.PlotAreaCollection.InsertRange(System.Int32,FarPoint.Web.Chart.PlotArea[])">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.InsertRange.html#FarPoint_Web_Chart_PlotAreaCollection_InsertRange_System_Int32_FarPoint_Web_Chart_PlotArea___">InsertRange(int, PlotArea[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of plot areas into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.OnChanged.html#FarPoint_Web_Chart_PlotAreaCollection_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_OnListChanged_System_ComponentModel_ListChangedEventArgs_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.OnListChanged.html#FarPoint_Web_Chart_PlotAreaCollection_OnListChanged_System_ComponentModel_ListChangedEventArgs_">OnListChanged(ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ListChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.ReadXml.html#FarPoint_Web_Chart_PlotAreaCollection_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Remove_FarPoint_Web_Chart_PlotArea_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Remove(FarPoint.Web.Chart.PlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Remove.html#FarPoint_Web_Chart_PlotAreaCollection_Remove_FarPoint_Web_Chart_PlotArea_">Remove(PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a plot area from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.RemoveAt.html#FarPoint_Web_Chart_PlotAreaCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a plot area from the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PlotAreaCollection.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.WriteXml.html#FarPoint_Web_Chart_PlotAreaCollection_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_Changed" data-uid="FarPoint.Web.Chart.PlotAreaCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PlotAreaCollection_ListChanged" data-uid="FarPoint.Web.Chart.PlotAreaCollection.ListChanged">
          <a class="xref" href="FarPoint.Web.Chart.PlotAreaCollection.ListChanged.html">ListChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed,
or when the list is cleared.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
