# FarPoint.Web.Chart.AxisInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_AxisInfo" data-uid="FarPoint.Web.Chart.AxisInfo" class="text-break">AxisInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information of a selected axis.</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">AxisInfo</span></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_AxisInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AxisInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AxisInfo</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_AxisInfo__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_AxisInfo_AxisType_FarPoint_Web_Chart_Axis_" data-uid="FarPoint.Web.Chart.AxisInfo.#ctor(FarPoint.Web.Chart.PlotArea,FarPoint.Web.Chart.AxisInfo.AxisType,FarPoint.Web.Chart.Axis)">
          <a class="xref" href="FarPoint.Web.Chart.AxisInfo.-ctor.html#FarPoint_Web_Chart_AxisInfo__ctor_FarPoint_Web_Chart_PlotArea_FarPoint_Web_Chart_AxisInfo_AxisType_FarPoint_Web_Chart_Axis_">AxisInfo(PlotArea, AxisType, Axis)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Chart.AxisInfo.html">AxisInfo</a> class.</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_Web_Chart_AxisInfo_Axis" data-uid="FarPoint.Web.Chart.AxisInfo.Axis">
          <a class="xref" href="FarPoint.Web.Chart.AxisInfo.Axis.html#FarPoint_Web_Chart_AxisInfo_Axis">Axis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_AxisInfo_PlotArea" data-uid="FarPoint.Web.Chart.AxisInfo.PlotArea">
          <a class="xref" href="FarPoint.Web.Chart.AxisInfo.PlotArea.html#FarPoint_Web_Chart_AxisInfo_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_AxisInfo_Type" data-uid="FarPoint.Web.Chart.AxisInfo.Type">
          <a class="xref" href="FarPoint.Web.Chart.AxisInfo.Type.html#FarPoint_Web_Chart_AxisInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
