# GrapeCity.Spreadsheet.Charts.IAxes.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IAxes_Item_" data-uid="GrapeCity.Spreadsheet.Charts.IAxes.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IAxes_Item_" data-uid="GrapeCity.Spreadsheet.Charts.IAxes.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IAxes_Item_GrapeCity_Spreadsheet_Charts_AxisType_GrapeCity_Spreadsheet_Charts_AxisGroup_" data-uid="GrapeCity.Spreadsheet.Charts.IAxes.Item(GrapeCity.Spreadsheet.Charts.AxisType,GrapeCity.Spreadsheet.Charts.AxisGroup)">this[AxisType, AxisGroup]</h4>
<div class="markdown level1 summary"><p>Gets a single <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.html">IAxis</a> object from an <a class="xref" href="GrapeCity.Spreadsheet.Charts.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 this[AxisType type, AxisGroup group = AxisGroup.Primary] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(type As AxisType, group 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.Spreadsheet.Charts.AxisType.html">AxisType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The axis type.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisGroup.html">AxisGroup</a></td>
      <td><span class="parametername">group</span></td>
      <td><p>The axis.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
