# C1.WPF.C1Chart.AxisCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_AxisCollection" data-uid="C1.WPF.C1Chart.AxisCollection" class="text-break">AxisCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of axes.</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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.WPF.C1Chart.Axis.html">Axis</a>&gt;</div>
    <div class="level2"><span class="xref">AxisCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.C1Chart.Axis.html">Axis</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="C1.WPF.C1Chart.Axis.html">Axis</a>&gt;</div>
    <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.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.WPF.C1Chart.Axis.html">Axis</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="C1.WPF.C1Chart.Axis.html">Axis</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="C1.WPF.C1Chart.Axis.html">Axis</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="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_AxisCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AxisCollection : Collection&lt;Axis&gt;, IList&lt;Axis&gt;, ICollection&lt;Axis&gt;, IList, ICollection, IReadOnlyList&lt;Axis&gt;, IReadOnlyCollection&lt;Axis&gt;, IEnumerable&lt;Axis&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AxisCollection
    Inherits Collection(Of Axis)
    Implements IList(Of Axis), ICollection(Of Axis), IList, ICollection, IReadOnlyList(Of Axis), IReadOnlyCollection(Of Axis), IEnumerable(Of Axis), 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="C1_WPF_C1Chart_AxisCollection__ctor" data-uid="C1.WPF.C1Chart.AxisCollection.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.AxisCollection.-ctor.html#C1_WPF_C1Chart_AxisCollection__ctor">AxisCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of AxisCollection 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="C1_WPF_C1Chart_AxisCollection_Item_System_String_" data-uid="C1.WPF.C1Chart.AxisCollection.Item(System.String)">
          <a class="xref" href="C1.WPF.C1Chart.AxisCollection.Item.html#C1_WPF_C1Chart_AxisCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis by its 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="C1_WPF_C1Chart_AxisCollection_ClearItems" data-uid="C1.WPF.C1Chart.AxisCollection.ClearItems">
          <a class="xref" href="C1.WPF.C1Chart.AxisCollection.ClearItems.html#C1_WPF_C1Chart_AxisCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes items from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisCollection_InsertItem_System_Int32_C1_WPF_C1Chart_Axis_" data-uid="C1.WPF.C1Chart.AxisCollection.InsertItem(System.Int32,C1.WPF.C1Chart.Axis)">
          <a class="xref" href="C1.WPF.C1Chart.AxisCollection.InsertItem.html#C1_WPF_C1Chart_AxisCollection_InsertItem_System_Int32_C1_WPF_C1Chart_Axis_">InsertItem(int, Axis)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisCollection_RemoveItem_System_Int32_" data-uid="C1.WPF.C1Chart.AxisCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.WPF.C1Chart.AxisCollection.RemoveItem.html#C1_WPF_C1Chart_AxisCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified index of the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
