# GrapeCity.ActiveReports.Chart.ChartAreasCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_ChartAreasCollection" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection" class="text-break">ChartAreasCollection Class
</h1>
  <div class="markdown level0 summary"><p>Chart areas collection class</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">ChartAreasCollection</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="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class ChartAreasCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable, IDisposable</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="GrapeCity_ActiveReports_Chart_ChartAreasCollection__ctor" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.-ctor.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection__ctor">ChartAreasCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ChartAreasCollection 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="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Item.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets area object at the given index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Item.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.html">ChartArea</a> with the specified chart area 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="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Add_GrapeCity_ActiveReports_Chart_ChartArea_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Add(GrapeCity.ActiveReports.Chart.ChartArea)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Add.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Add_GrapeCity_ActiveReports_Chart_ChartArea_">Add(ChartArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds area object to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_AddRange_GrapeCity_ActiveReports_Chart_ChartArea___" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.AddRange(GrapeCity.ActiveReports.Chart.ChartArea[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.AddRange.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_AddRange_GrapeCity_ActiveReports_Chart_ChartArea___">AddRange(ChartArea[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of area objects to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Clear" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Clear.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all chart areas from the collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Clone.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates clone of the current object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Contains_GrapeCity_ActiveReports_Chart_ChartArea_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Contains(GrapeCity.ActiveReports.Chart.ChartArea)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Contains.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Contains_GrapeCity_ActiveReports_Chart_ChartArea_">Contains(ChartArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.html">ChartArea</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_CopyTo_GrapeCity_ActiveReports_Chart_ChartArea___System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.CopyTo(GrapeCity.ActiveReports.Chart.ChartArea[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.CopyTo.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_CopyTo_GrapeCity_ActiveReports_Chart_ChartArea___System_Int32_">CopyTo(ChartArea[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Dispose" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Dispose.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_IndexOf_GrapeCity_ActiveReports_Chart_ChartArea_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.IndexOf(GrapeCity.ActiveReports.Chart.ChartArea)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_IndexOf_GrapeCity_ActiveReports_Chart_ChartArea_">IndexOf(ChartArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the first occurrence of a value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_ChartArea_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Insert(System.Int32,GrapeCity.ActiveReports.Chart.ChartArea)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Insert.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_ChartArea_">Insert(int, ChartArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnClearComplete" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnClearComplete.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnInsertComplete.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.OnRemoveComplete.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Remove_GrapeCity_ActiveReports_Chart_ChartArea_" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Remove(GrapeCity.ActiveReports.Chart.ChartArea)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Remove.html#GrapeCity_ActiveReports_Chart_ChartAreasCollection_Remove_GrapeCity_ActiveReports_Chart_ChartArea_">Remove(ChartArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</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="GrapeCity_ActiveReports_Chart_ChartAreasCollection_Change" data-uid="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Change">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartAreasCollection.Change.html">Change</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when collection contents is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
