# FarPoint.Win.Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_Axis" data-uid="FarPoint.Win.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.Win.Chart.IndexAxis.html">IndexAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.PolarAngleAxis.html">PolarAngleAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.PolarRadiusAxis.html">PolarRadiusAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.html">RadarIndexAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.RadarValueAxis.html">RadarValueAxis</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.ValueAxis.html">ValueAxis</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_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_Win_Chart_Axis__ctor" data-uid="FarPoint.Win.Chart.Axis.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.Axis.-ctor.html#FarPoint_Win_Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Axis__ctor_FarPoint_Win_Chart_Axis_" data-uid="FarPoint.Win.Chart.Axis.#ctor(FarPoint.Win.Chart.Axis)">
          <a class="xref" href="FarPoint.Win.Chart.Axis.-ctor.html#FarPoint_Win_Chart_Axis__ctor_FarPoint_Win_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="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_Axis__titleManualLayout" data-uid="FarPoint.Win.Chart.Axis._titleManualLayout">
          <a class="xref" href="FarPoint.Win.Chart.Axis._titleManualLayout.html">_titleManualLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the axis title items are placed manually.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Axis__titleOverlay" data-uid="FarPoint.Win.Chart.Axis._titleOverlay">
          <a class="xref" href="FarPoint.Win.Chart.Axis._titleOverlay.html">_titleOverlay</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the axis title overlaps the axis label.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Chart_Axis_LabelFormatter" data-uid="FarPoint.Win.Chart.Axis.LabelFormatter">
          <a class="xref" href="FarPoint.Win.Chart.Axis.LabelFormatter.html#FarPoint_Win_Chart_Axis_LabelFormatter">LabelFormatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label formatter object for the axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Axis_TitleManualLayout" data-uid="FarPoint.Win.Chart.Axis.TitleManualLayout">
          <a class="xref" href="FarPoint.Win.Chart.Axis.TitleManualLayout.html#FarPoint_Win_Chart_Axis_TitleManualLayout">TitleManualLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis title items are placed manually.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_Axis_TitleOverlay" data-uid="FarPoint.Win.Chart.Axis.TitleOverlay">
          <a class="xref" href="FarPoint.Win.Chart.Axis.TitleOverlay.html#FarPoint_Win_Chart_Axis_TitleOverlay">TitleOverlay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the axis title overlaps the axis label.</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_Win_Chart_Axis_OnChanged_System_EventArgs_" data-uid="FarPoint.Win.Chart.Axis.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Chart.Axis.OnChanged.html#FarPoint_Win_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_Win_Chart_Axis_Changed" data-uid="FarPoint.Win.Chart.Axis.Changed">
          <a class="xref" href="FarPoint.Win.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>
