# GrapeCity.ActiveReports.Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Axis" data-uid="GrapeCity.ActiveReports.Chart.Axis" class="text-break">Axis Class
</h1>
  <div class="markdown level0 summary"><p>Chart's 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"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.Chart.AxisBase.html">AxisBase</a></div>
    <div class="level6"><span class="xref">Axis</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Axis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class Axis : AxisBase, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable</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="GrapeCity_ActiveReports_Chart_Axis__ctor" data-uid="GrapeCity.ActiveReports.Chart.Axis.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.-ctor.html#GrapeCity_ActiveReports_Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default (numerical) axis</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Axis__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Axis.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.-ctor.html#GrapeCity_ActiveReports_Chart_Axis__ctor_System_String_">Axis(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Axis__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Axis.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.-ctor.html#GrapeCity_ActiveReports_Chart_Axis__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Axis(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_Axis_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.Axis.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.IsDirty.html#GrapeCity_ActiveReports_Chart_Axis_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><p>Dirty state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Axis_Name" data-uid="GrapeCity.ActiveReports.Chart.Axis.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.Name.html#GrapeCity_ActiveReports_Chart_Axis_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis name.</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="GrapeCity_ActiveReports_Chart_Axis_Clone" data-uid="GrapeCity.ActiveReports.Chart.Axis.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Axis.Clone.html#GrapeCity_ActiveReports_Chart_Axis_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
    </tbody>
  </table>

</div>
