# GrapeCity.Documents.Excel.Drawing.IAxes.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Drawing_IAxes_Item_" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes.Item*">Item Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Drawing_IAxes_Item_" data-uid="GrapeCity.Documents.Excel.Drawing.IAxes.Item*"></a>
<h4 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)">Item(AxisType, AxisGroup)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IAxis Item(AxisType Type, AxisGroup AxisGroup = AxisGroup.Primary)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function Item(Type As AxisType, Optional AxisGroup As AxisGroup = AxisGroup.Primary) As IAxis</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.Drawing.AxisType.html">AxisType</a></td>
      <td><span class="parametername">Type</span></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Excel.Drawing.AxisType.html">AxisType</a> object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.Drawing.AxisGroup.html">AxisGroup</a></td>
      <td><span class="parametername">AxisGroup</span></td>
      <td><p>Optional <a class="xref" href="GrapeCity.Documents.Excel.Drawing.AxisGroup.html">AxisGroup</a>. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxis.html">IAxis</a></td>
      <td><p>The <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IAxis.html">IAxis</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
