# GrapeCity.Spreadsheet.Charts.IAxisTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IAxisTitle" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle" class="text-break">IAxisTitle Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart axis title.</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_IAxisTitle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAxisTitle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAxisTitle</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_IAxisTitle_Format" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Format.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_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_IAxisTitle_Formula" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Formula.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the formula of the object by using A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.FormulaR1C1.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the formula of the object by using R1C1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Height" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Height">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Height.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height, in pixels, of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_HorizontalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.HorizontalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.HorizontalAlignment.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the horizontal alignment for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_IncludeInLayout" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.IncludeInLayout">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.IncludeInLayout.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_IncludeInLayout">IncludeInLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis title will occupy the chart layout space when a chart layout is being determined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Left" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Left.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a double value that represents the distance, in pixels, from the left edge of the object to the left edge of the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Orientation" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Orientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Orientation.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Position" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Position.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the axis title on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Text" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Text.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the axis title text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_TextOrientation" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.TextOrientation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.TextOrientation.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_TextOrientation">TextOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the text orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Top" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Top.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a double value that represents the distance, in pixels, from the top edge of the object to the top edge of the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_VerticalAlignment" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.VerticalAlignment">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.VerticalAlignment.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the vertical alignment for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IAxisTitle_Width" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Width">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Width.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width, in pixels, of the object.</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_IAxisTitle_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IAxisTitle.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IAxisTitle.Delete.html#GrapeCity_Spreadsheet_Charts_IAxisTitle_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
