# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis" class="text-break">IAxis Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the axis information required for chart rendering.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAxis</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_CrossAt" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.CrossAt">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.CrossAt.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_CrossAt">CrossAt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value at which to cross the other axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_EndCap" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.EndCap">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.EndCap.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_EndCap">EndCap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the end cap style to use for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Interlaced" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Interlaced">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Interlaced.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Interlaced">Interlaced</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether strip lines are drawn for every second grid line interval for the axis.
If grid lines are not used for the axis then the axis' tick marks or labels are used to determine the interlaced strip lines interval.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_LabelsTextOrientation" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.LabelsTextOrientation">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.LabelsTextOrientation.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_LabelsTextOrientation">LabelsTextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rotation angle of the axis labels text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Location" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Location">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Location.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of the axis inside the plot area (Left or Right). Applicable only for value axes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_LogScale" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.LogScale">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.LogScale.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_LogScale">LogScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the axis is logarithmic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorGridStyle" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorGridStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorGridStyle.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorGridStyle">MajorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the axis major grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorInterval" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorInterval">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorInterval.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorInterval">MajorInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unit of measurement for major grid lines and tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorTickMarks" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorTickMarks">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MajorTickMarks.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MajorTickMarks">MajorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Margin" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Margin">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Margin.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether an axis margin is created.
The size of the margin is automatically generated based on the scale and the number of data points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Max" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Max">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Max.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Min" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Min">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Min.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorGridStyle" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorGridStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorGridStyle.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorGridStyle">MinorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the axis minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorInterval" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorInterval">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorInterval.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorInterval">MinorInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unit of measurement for minor grid lines and tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorTickMarks" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorTickMarks">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.MinorTickMarks.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_MinorTickMarks">MinorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Name.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Offset" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Offset">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Offset.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset of the axis relative to the previous axis (for multiple Y-axes cases).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ReferenceLine" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ReferenceLine">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ReferenceLine.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ReferenceLine">ReferenceLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis's reference line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Reverse" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Reverse">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Reverse.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Reverse">Reverse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the axis is plotted in reverse or normally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Scalar" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Scalar">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Scalar.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Scalar">Scalar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the values along the axis are scalar values (i.e. numeric or date)
which are displayed on the chart in a continuous flow with missing numbers or dates filled in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ShowMajorGridLines" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ShowMajorGridLines">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ShowMajorGridLines.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ShowMajorGridLines">ShowMajorGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the major grid lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ShowMinorGridLines" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ShowMinorGridLines">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.ShowMinorGridLines.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_ShowMinorGridLines">ShowMinorGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the minor grid lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Style" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Style.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Title" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Title">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Title.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Visible" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IAxis.Visible.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Chart_IAxis_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the axis labels are displayed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
