# GrapeCity.Spreadsheet.ISparkAxes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparkAxes" data-uid="GrapeCity.Spreadsheet.ISparkAxes" class="text-break">ISparkAxes Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for the horizontal and vertical axes of a group of sparklines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISparkAxes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparkAxes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparkAxes</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_Spreadsheet_ISparkAxes_Horizontal" data-uid="GrapeCity.Spreadsheet.ISparkAxes.Horizontal">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkAxes.Horizontal.html#GrapeCity_Spreadsheet_ISparkAxes_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SparkHorizontalAxis object for the specified SparkAxes object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkAxes_Vertical" data-uid="GrapeCity.Spreadsheet.ISparkAxes.Vertical">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkAxes.Vertical.html#GrapeCity_Spreadsheet_ISparkAxes_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ISparkVerticalAxis.html">ISparkVerticalAxis</a> object for the specified SparkAxes object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
