# GrapeCity.Spreadsheet.Charts.IAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IAxis" data-uid="GrapeCity.Spreadsheet.Charts.IAxis" class="text-break">IAxis Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single axis in a chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAxis</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet 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_Spreadsheet_Charts_IAxis_AxisBetweenCategories" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.AxisBetweenCategories">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.AxisBetweenCategories.html#GrapeCity_Spreadsheet_Charts_IAxis_AxisBetweenCategories">AxisBetweenCategories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the value axis crosses the category axis between categories.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_AxisTitle" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.AxisTitle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.AxisTitle.html#GrapeCity_Spreadsheet_Charts_IAxis_AxisTitle">AxisTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.html">IAxisTitle</a> object that represents the title of the specified axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_BaseUnit" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.BaseUnit">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.BaseUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_BaseUnit">BaseUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the base unit (Days/Months/Years) for the specified category axis (takes effect when the <code>CategoryType</code> is <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_BaseUnitIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.BaseUnitIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.BaseUnitIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_BaseUnitIsAuto">BaseUnitIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread chooses appropriate base units for the specified category axis, <code>false</code> otherwise. The default value is <code>true</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_CategoryNames" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNames">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNames.html#GrapeCity_Spreadsheet_Charts_IAxis_CategoryNames">CategoryNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets all the category names for the specified axis as a text array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_CategoryNamesFormula" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNamesFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNamesFormula.html#GrapeCity_Spreadsheet_Charts_IAxis_CategoryNamesFormula">CategoryNamesFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range that contains the source data for category names, using A1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_CategoryNamesFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNamesFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.CategoryNamesFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_IAxis_CategoryNamesFormulaR1C1">CategoryNamesFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range that contains the source data for category names, using R1C1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_CategoryType" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.CategoryType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.CategoryType.html#GrapeCity_Spreadsheet_Charts_IAxis_CategoryType">CategoryType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the category axis type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_Crosses" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.Crosses">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.Crosses.html#GrapeCity_Spreadsheet_Charts_IAxis_Crosses">Crosses</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point on the specified axis where the other axis crosses.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_CrossesAt" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.CrossesAt">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.CrossesAt.html#GrapeCity_Spreadsheet_Charts_IAxis_CrossesAt">CrossesAt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point on the value axis where the category axis crosses it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnit" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnit">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnit">DisplayUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the display unit label for an axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitCustom" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitCustom">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitCustom.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitCustom">DisplayUnitCustom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the displayed units
<remark>The value must be from 0 through 10E307</remark></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitLabel" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitLabel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitLabel.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitLabel">DisplayUnitLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <code>DisplayUnitLabel</code> object for the specified axis
<remark>Returns null if the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel.html#GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel">HasDisplayUnitLabel</a> property is set to <code>False</code></remark></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_Format" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.Format.html#GrapeCity_Spreadsheet_Charts_IAxis_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.HasDisplayUnitLabel.html#GrapeCity_Spreadsheet_Charts_IAxis_HasDisplayUnitLabel">HasDisplayUnitLabel</a>
        </td>
        <td class="markdown level1 summary"><p>True if the label specified by the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnit">DisplayUnit</a> or <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.DisplayUnitCustom.html#GrapeCity_Spreadsheet_Charts_IAxis_DisplayUnitCustom">DisplayUnitCustom</a> property is displayed on the specified axis. The default value is True</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_HasMajorGridlines" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasMajorGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.HasMajorGridlines.html#GrapeCity_Spreadsheet_Charts_IAxis_HasMajorGridlines">HasMajorGridlines</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if the axis has major gridlines, <code>false</code> otherwise. Only axes in the primary axis group can have gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_HasMinorGridlines" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasMinorGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.HasMinorGridlines.html#GrapeCity_Spreadsheet_Charts_IAxis_HasMinorGridlines">HasMinorGridlines</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if the axis has minor gridlines, <code>false</code> otherwise. Only axes in the primary axis group can have gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_HasTitle" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.HasTitle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.HasTitle.html#GrapeCity_Spreadsheet_Charts_IAxis_HasTitle">HasTitle</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if the axis has a visible title and <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_LogBase" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.LogBase">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.LogBase.html#GrapeCity_Spreadsheet_Charts_IAxis_LogBase">LogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the base of the logarithm when you are using log scales.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MajorGridlines" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MajorGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MajorGridlines.html#GrapeCity_Spreadsheet_Charts_IAxis_MajorGridlines">MajorGridlines</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <span class="xref">GrapeCity.Spreadsheet.API.Charts.IGridlines</span> object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MajorTickMark" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MajorTickMark">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MajorTickMark.html#GrapeCity_Spreadsheet_Charts_IAxis_MajorTickMark">MajorTickMark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of major tick mark for the specified axis. <a class="xref" href="GrapeCity.Spreadsheet.Charts.TickMark.html">TickMark</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MajorUnit" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnit">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the major units for the value axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MajorUnitIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnitIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnitIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_MajorUnitIsAuto">MajorUnitIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread calculates the major units for the value axis, <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MajorUnitScale" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnitScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MajorUnitScale.html#GrapeCity_Spreadsheet_Charts_IAxis_MajorUnitScale">MajorUnitScale</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the major unit scale value for the category axis when the <code>CategoryType</code> property is set to <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MaximumScale" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MaximumScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MaximumScale.html#GrapeCity_Spreadsheet_Charts_IAxis_MaximumScale">MaximumScale</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the maximum value on the value axis  or category axis if <code>CategoryType</code> is <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MaximumScaleIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MaximumScaleIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MaximumScaleIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_MaximumScaleIsAuto">MaximumScaleIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread calculates the maximum value for the value axis, <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinimumScale" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale.html#GrapeCity_Spreadsheet_Charts_IAxis_MinimumScale">MinimumScale</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the minimum value on the value axis  or category axis if <code>CategoryType</code> is <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinimumScaleIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScaleIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScaleIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_MinimumScaleIsAuto">MinimumScaleIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread calculates the minimum value for the value axis, <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinorGridlines" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinorGridlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinorGridlines.html#GrapeCity_Spreadsheet_Charts_IAxis_MinorGridlines">MinorGridlines</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <span class="xref">GrapeCity.Spreadsheet.API.Charts.IGridlines</span> object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinorTickMark" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinorTickMark">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinorTickMark.html#GrapeCity_Spreadsheet_Charts_IAxis_MinorTickMark">MinorTickMark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of minor tick mark for the specified axis. <a class="xref" href="GrapeCity.Spreadsheet.Charts.TickMark.html">TickMark</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinorUnit" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnit">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnit.html#GrapeCity_Spreadsheet_Charts_IAxis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the minor units on the value axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinorUnitIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnitIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnitIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_MinorUnitIsAuto">MinorUnitIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread calculates the minor units for the value axis, <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_MinorUnitScale" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnitScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.MinorUnitScale.html#GrapeCity_Spreadsheet_Charts_IAxis_MinorUnitScale">MinorUnitScale</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the minor unit scale value for the category axis when the <code>CategoryType</code> property is set to <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_ReversePlotOrder" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.ReversePlotOrder">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.ReversePlotOrder.html#GrapeCity_Spreadsheet_Charts_IAxis_ReversePlotOrder">ReversePlotOrder</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if Spread plots data points from last to first, <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_ScaleType" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.ScaleType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.ScaleType.html#GrapeCity_Spreadsheet_Charts_IAxis_ScaleType">ScaleType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value axis scale type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_TickLabelPosition" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelPosition">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelPosition.html#GrapeCity_Spreadsheet_Charts_IAxis_TickLabelPosition">TickLabelPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of tick-mark labels on the specified axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_TickLabelSpacing" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelSpacing">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelSpacing.html#GrapeCity_Spreadsheet_Charts_IAxis_TickLabelSpacing">TickLabelSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or  or sets the number of categories or series between tick-mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_TickLabelSpacingIsAuto" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelSpacingIsAuto">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.TickLabelSpacingIsAuto.html#GrapeCity_Spreadsheet_Charts_IAxis_TickLabelSpacingIsAuto">TickLabelSpacingIsAuto</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the tick label spacing is automatic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_TickLabels" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.TickLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.TickLabels.html#GrapeCity_Spreadsheet_Charts_IAxis_TickLabels">TickLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tick-mark labels associated with tick marks on a chart axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_TickMarkSpacing" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.TickMarkSpacing">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.TickMarkSpacing.html#GrapeCity_Spreadsheet_Charts_IAxis_TickMarkSpacing">TickMarkSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of categories or series between tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_Type" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.Type.html#GrapeCity_Spreadsheet_Charts_IAxis_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisType.html">AxisType</a> value that represents the Axis type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxis_Visible" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.Visible.html#GrapeCity_Spreadsheet_Charts_IAxis_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the axis is visible on the chart.</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_Spreadsheet_Charts_IAxis_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxis.Delete.html#GrapeCity_Spreadsheet_Charts_IAxis_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Delete axis.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
