# FarPoint.Web.Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_Axis" data-uid="FarPoint.Web.Chart.Axis" class="text-break">Axis Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Base class for axes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Axis</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.IndexAxis.html">IndexAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.html">PolarAngleAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.PolarRadiusAxis.html">PolarRadiusAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.RadarIndexAxis.html">RadarIndexAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.html">RadarValueAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Chart.ValueAxis.html">ValueAxis</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_Axis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Axis</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Axis</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_Axis__ctor" data-uid="FarPoint.Web.Chart.Axis.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.Axis.-ctor.html#FarPoint_Web_Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_Axis__ctor_FarPoint_Web_Chart_Axis_" data-uid="FarPoint.Web.Chart.Axis.#ctor(FarPoint.Web.Chart.Axis)">
          <a class="xref" href="FarPoint.Web.Chart.Axis.-ctor.html#FarPoint_Web_Chart_Axis__ctor_FarPoint_Web_Chart_Axis_">Axis(Axis)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis that is a deep copy of the specified axis.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_Axis_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.Axis.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.Axis.OnChanged.html#FarPoint_Web_Chart_Axis_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_Axis_Changed" data-uid="FarPoint.Web.Chart.Axis.Changed">
          <a class="xref" href="FarPoint.Web.Chart.Axis.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the axis is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
