# GrapeCity.Documents.Excel.Drawing.IChartTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChartTitle" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle" class="text-break">IChartTitle Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the chart title.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IChartTitle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartTitle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartTitle</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_Documents_Excel_Drawing_IChartTitle_Direction" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Direction">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Direction.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Font" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Font.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.html">IFontFormat</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Format.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Formula" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Formula">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Formula.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the formula of the object using A1-style notation, in English.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_FormulaR1C1" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.FormulaR1C1">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.FormulaR1C1.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the formula of the object using R1C1-style notation, in English.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_IncludeInLayout" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.IncludeInLayout">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.IncludeInLayout.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_IncludeInLayout">IncludeInLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the layout includes the title. True if a chart title will occupy the chart layout space when a chart layout is being determined.
The default value is True.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Orientation" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Orientation.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Parent.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_Text" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Text.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the text for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartTitle_TextFrame" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.TextFrame">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.TextFrame.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_TextFrame">TextFrame</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ITextFrame.html">ITextFrame</a> object that represents the text of the specified 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_Documents_Excel_Drawing_IChartTitle_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IChartTitle.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.Delete.html#GrapeCity_Documents_Excel_Drawing_IChartTitle_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
