# C1.Web.Mvc.InteractiveAxes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_InteractiveAxes" data-uid="C1.Web.Mvc.InteractiveAxes" class="text-break">InteractiveAxes Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the interactive axes of the chart gestures.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_InteractiveAxes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum InteractiveAxes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum InteractiveAxes</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Web_Mvc_InteractiveAxes_X">X</td>
        <td><p>Interactive Axis X.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_InteractiveAxes_XY">XY</td>
        <td><p>Interactive Both Axis X and Axis Y.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_InteractiveAxes_Y">Y</td>
        <td><p>Interactive Axis Y.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
