# GrapeCity.ActiveReports.Chart.AxesCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_AxesCollection" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection" class="text-break">AxesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Axes collection</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">AxesCollection</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_AxesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class AxesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable, IDisposable</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_ActiveReports_Chart_AxesCollection_Capacity" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Capacity">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Capacity.html#GrapeCity_ActiveReports_Chart_AxesCollection_Capacity">Capacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of elements that the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> can contain.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Count" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Count.html#GrapeCity_ActiveReports_Chart_AxesCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance. This property cannot be overridden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Item.html#GrapeCity_ActiveReports_Chart_AxesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Item.html#GrapeCity_ActiveReports_Chart_AxesCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisBase.html">AxisBase</a> with the specified axis 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_AxesCollection_Add_GrapeCity_ActiveReports_Chart_AxisBase_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Add(GrapeCity.ActiveReports.Chart.AxisBase)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Add.html#GrapeCity_ActiveReports_Chart_AxesCollection_Add_GrapeCity_ActiveReports_Chart_AxisBase_">Add(AxisBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds axis to the collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_AddRange_GrapeCity_ActiveReports_Chart_AxisBase___" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.AddRange(GrapeCity.ActiveReports.Chart.AxisBase[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.AddRange.html#GrapeCity_ActiveReports_Chart_AxesCollection_AddRange_GrapeCity_ActiveReports_Chart_AxisBase___">AddRange(AxisBase[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of axes to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Clone.html#GrapeCity_ActiveReports_Chart_AxesCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones current object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Contains_GrapeCity_ActiveReports_Chart_AxisBase_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Contains(GrapeCity.ActiveReports.Chart.AxisBase)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Contains.html#GrapeCity_ActiveReports_Chart_AxesCollection_Contains_GrapeCity_ActiveReports_Chart_AxisBase_">Contains(AxisBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisBase.html">AxisBase</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Dispose" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Dispose.html#GrapeCity_ActiveReports_Chart_AxesCollection_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_AxesCollection_IndexOf_GrapeCity_ActiveReports_Chart_AxisBase_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.IndexOf(GrapeCity.ActiveReports.Chart.AxisBase)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_AxesCollection_IndexOf_GrapeCity_ActiveReports_Chart_AxisBase_">IndexOf(AxisBase)</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_AxesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_AxisBase_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Insert(System.Int32,GrapeCity.ActiveReports.Chart.AxisBase)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Insert.html#GrapeCity_ActiveReports_Chart_AxesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_AxisBase_">Insert(int, AxisBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an <pre><code class="lang-csharp">AxisBase</code></pre> to the collection at the specified position
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnClearComplete" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnClearComplete.html#GrapeCity_ActiveReports_Chart_AxesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after 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="GrapeCity_ActiveReports_Chart_AxesCollection_OnInsert_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnInsert.html#GrapeCity_ActiveReports_Chart_AxesCollection_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 System.Collections.CollectionBase instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnInsertComplete.html#GrapeCity_ActiveReports_Chart_AxesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnRemove_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnRemove.html#GrapeCity_ActiveReports_Chart_AxesCollection_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 System.Collections.CollectionBase instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnRemoveComplete.html#GrapeCity_ActiveReports_Chart_AxesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnSet_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnSet.html#GrapeCity_ActiveReports_Chart_AxesCollection_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.OnSetComplete.html#GrapeCity_ActiveReports_Chart_AxesCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_Remove_GrapeCity_ActiveReports_Chart_AxisBase_" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.Remove(GrapeCity.ActiveReports.Chart.AxisBase)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.Remove.html#GrapeCity_ActiveReports_Chart_AxesCollection_Remove_GrapeCity_ActiveReports_Chart_AxisBase_">Remove(AxisBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxesCollection_ToArray" data-uid="GrapeCity.ActiveReports.Chart.AxesCollection.ToArray">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxesCollection.ToArray.html#GrapeCity_ActiveReports_Chart_AxesCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all axis.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
