# GrapeCity.Spreadsheet.Charts.IChart.ShowAxis

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowAxis*">ShowAxis Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowAxis*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_GrapeCity_Spreadsheet_Charts_AxisType_GrapeCity_Spreadsheet_Charts_AxisGroup_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowAxis(GrapeCity.Spreadsheet.Charts.AxisType,GrapeCity.Spreadsheet.Charts.AxisGroup)">ShowAxis(AxisType, AxisGroup)</h4>
<div class="markdown level1 summary"><p>Displays the axis specified by <a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisType.html">AxisType</a> and <a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisGroup.html">AxisGroup</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ShowAxis(AxisType axisType, AxisGroup axisGroup = AxisGroup.Primary)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ShowAxis(axisType As AxisType, Optional axisGroup As AxisGroup = AxisGroup.Primary)</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">axisType</span></td>
      <td><p>The axis type. Series axes apply only to 3D charts.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisGroup.html">AxisGroup</a></td>
      <td><span class="parametername">axisGroup</span></td>
      <td><p>The axis group. 3D charts have only one set of axes.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_GrapeCity_Spreadsheet_Charts_AxisType_GrapeCity_Spreadsheet_Charts_AxisGroup__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This function works with Spread WPF only.</p>
</div>
</div>
