# GrapeCity.Documents.Excel.Drawing.IAxes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IAxes" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes" class="text-break">IAxes Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxis.html">IAxis</a> objects in the specified chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IAxes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAxes : IEnumerable&lt;IAxis&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAxes
    Inherits IEnumerable(Of IAxis), IEnumerable</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_Documents_Excel_Drawing_IAxes_Count" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxes.Count.html#GrapeCity_Documents_Excel_Drawing_IAxes_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IAxes_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxes.Parent.html#GrapeCity_Documents_Excel_Drawing_IAxes_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</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_Documents_Excel_Drawing_IAxes_Item_GrapeCity_Documents_Excel_Drawing_AxisType_GrapeCity_Documents_Excel_Drawing_AxisGroup_" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes.Item(GrapeCity.Documents.Excel.Drawing.AxisType,GrapeCity.Documents.Excel.Drawing.AxisGroup)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxes.Item.html#GrapeCity_Documents_Excel_Drawing_IAxes_Item_GrapeCity_Documents_Excel_Drawing_AxisType_GrapeCity_Documents_Excel_Drawing_AxisGroup_">Item(AxisType, AxisGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxis.html">IAxis</a> object from an <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxes.html">IAxes</a> collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
