# GrapeCity.Spreadsheet.Charts.ITickLabels

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_ITickLabels" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels" class="text-break">ITickLabels Interface
</h1>
  <div class="markdown level0 summary"><p>The tick-mark labels associated with tick marks on a chart axis.</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_ITickLabels_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITickLabels</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITickLabels</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_ITickLabels_Font" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.Font">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.Font.html#GrapeCity_Spreadsheet_Charts_ITickLabels_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Spreadsheet.IFont.html">IFont</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ITickLabels_MultiLevel" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.MultiLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.MultiLevel.html#GrapeCity_Spreadsheet_Charts_ITickLabels_MultiLevel">MultiLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether an axis is multilevel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ITickLabels_NumberFormat" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.NumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.NumberFormat.html#GrapeCity_Spreadsheet_Charts_ITickLabels_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the format code for the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ITickLabels_NumberFormatLinked" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.NumberFormatLinked">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.NumberFormatLinked.html#GrapeCity_Spreadsheet_Charts_ITickLabels_NumberFormatLinked">NumberFormatLinked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ITickLabels_Orientation" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.Orientation.html#GrapeCity_Spreadsheet_Charts_ITickLabels_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a double value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ITickLabels_TextOrientation" data-uid="GrapeCity.Spreadsheet.Charts.ITickLabels.TextOrientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.TextOrientation.html#GrapeCity_Spreadsheet_Charts_ITickLabels_TextOrientation">TextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <a class="xref" href="GrapeCity.Spreadsheet.Charts.ITickLabels.TextOrientation.html#GrapeCity_Spreadsheet_Charts_ITickLabels_TextOrientation">TextOrientation</a> value that represents the text orientation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
