# GrapeCity.Spreadsheet.Charts.IChartTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IChartTitle" data-uid="GrapeCity.Spreadsheet.Charts.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.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_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_Spreadsheet_Charts_IChartTitle_Format" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Format.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_Formula" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Formula.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.FormulaR1C1.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_Height" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Height">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Height.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_IncludeInLayout" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.IncludeInLayout">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.IncludeInLayout.html#GrapeCity_Spreadsheet_Charts_IChartTitle_IncludeInLayout">IncludeInLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the title will occupy the chart layout space when a chart layout is being determined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartTitle_Left" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Left.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_Position" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Position.html#GrapeCity_Spreadsheet_Charts_IChartTitle_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the title on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartTitle_Text" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Text.html#GrapeCity_Spreadsheet_Charts_IChartTitle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the title text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartTitle_Top" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Top.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_Width" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Width">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Width.html#GrapeCity_Spreadsheet_Charts_IChartTitle_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_IChartTitle_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IChartTitle.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.Delete.html#GrapeCity_Spreadsheet_Charts_IChartTitle_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
