# C1.Win.FlexReport.Chart.ChartAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartAxis" data-uid="C1.Win.FlexReport.Chart.ChartAxis" class="text-break">ChartAxis Class
</h1>
  <div class="markdown level0 summary"><p>The base class for axes of the 2D and 3D chart.</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="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartAxis</span></div>
      <div class="level3"><a class="xref" href="C1.Win.FlexReport.Chart.Chart2DAxis.html">Chart2DAxis</a></div>
      <div class="level3"><a class="xref" href="C1.Win.FlexReport.Chart.Chart3DAxis.html">Chart3DAxis</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartAxis : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartAxis
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <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="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat.html#C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat">AnnoFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the annotation format for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString.html#C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString">AnnoFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the annnotation format string used with manual formats.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AutoMajor" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AutoMajor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AutoMajor.html#C1_Win_FlexReport_Chart_ChartAxis_AutoMajor">AutoMajor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether major tick mark values are calcualted automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AutoMax" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AutoMax">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AutoMax.html#C1_Win_FlexReport_Chart_ChartAxis_AutoMax">AutoMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis maximum value is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AutoMin" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AutoMin">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AutoMin.html#C1_Win_FlexReport_Chart_ChartAxis_AutoMin">AutoMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis minimum value is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AutoMinor" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AutoMinor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AutoMinor.html#C1_Win_FlexReport_Chart_ChartAxis_AutoMinor">AutoMinor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether minor tick mark values are calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_AxisID" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AxisID">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AxisID.html#C1_Win_FlexReport_Chart_ChartAxis_AxisID">AxisID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the kind (X, Y, Y2 or Z) of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_Max" data-uid="C1.Win.FlexReport.Chart.ChartAxis.Max">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.Max.html#C1_Win_FlexReport_Chart_ChartAxis_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_Min" data-uid="C1.Win.FlexReport.Chart.ChartAxis.Min">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.Min.html#C1_Win_FlexReport_Chart_ChartAxis_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_Name" data-uid="C1.Win.FlexReport.Chart.ChartAxis.Name">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.Name.html#C1_Win_FlexReport_Chart_ChartAxis_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name (X, Y, Y2 or Z) of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_Title" data-uid="C1.Win.FlexReport.Chart.ChartAxis.Title">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.Title.html#C1_Win_FlexReport_Chart_ChartAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual caption of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_UnitMajor" data-uid="C1.Win.FlexReport.Chart.ChartAxis.UnitMajor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.UnitMajor.html#C1_Win_FlexReport_Chart_ChartAxis_UnitMajor">UnitMajor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the units between major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_UnitMinor" data-uid="C1.Win.FlexReport.Chart.ChartAxis.UnitMinor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.UnitMinor.html#C1_Win_FlexReport_Chart_ChartAxis_UnitMinor">UnitMinor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the units between minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAxis_Visible" data-uid="C1.Win.FlexReport.Chart.ChartAxis.Visible">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.Visible.html#C1_Win_FlexReport_Chart_ChartAxis_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis visibility.</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="C1_Win_FlexReport_Chart_ChartAxis_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AssignFrom.html#C1_Win_FlexReport_Chart_ChartAxis_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
