# GrapeCity.ActiveReports.Chart.Title

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Title" data-uid="GrapeCity.ActiveReports.Chart.Title" class="text-break">Title Class
</h1>
  <div class="markdown level0 summary"><p>Properties for text objects</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
    <div class="level5"><span class="xref">Title</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Title_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class Title : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title__ctor" data-uid="GrapeCity.ActiveReports.Chart.Title.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.-ctor.html#GrapeCity_ActiveReports_Chart_Title__ctor">Title()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Title object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Title.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.-ctor.html#GrapeCity_ActiveReports_Chart_Title__ctor_System_String_">Title(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Title.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.-ctor.html#GrapeCity_ActiveReports_Chart_Title__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Title(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ActiveReports_Chart_Title_Alignment" data-uid="GrapeCity.ActiveReports.Chart.Title.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Alignment.html#GrapeCity_ActiveReports_Chart_Title_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>position of text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.Title.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Backdrop.html#GrapeCity_ActiveReports_Chart_Title_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Backdrop to draw under the text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Border" data-uid="GrapeCity.ActiveReports.Chart.Title.Border">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Border.html#GrapeCity_ActiveReports_Chart_Title_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Border to draw around text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_CustomBorderDrawer" data-uid="GrapeCity.ActiveReports.Chart.Title.CustomBorderDrawer">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.CustomBorderDrawer.html#GrapeCity_ActiveReports_Chart_Title_CustomBorderDrawer">CustomBorderDrawer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets custom border draw implementation class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_DockArea" data-uid="GrapeCity.ActiveReports.Chart.Title.DockArea">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.DockArea.html#GrapeCity_ActiveReports_Chart_Title_DockArea">DockArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dock area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Docking" data-uid="GrapeCity.ActiveReports.Chart.Title.Docking">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Docking.html#GrapeCity_ActiveReports_Chart_Title_Docking">Docking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the docking type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Font" data-uid="GrapeCity.ActiveReports.Chart.Title.Font">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Font.html#GrapeCity_ActiveReports_Chart_Title_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Font to draw text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Name" data-uid="GrapeCity.ActiveReports.Chart.Title.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Name.html#GrapeCity_ActiveReports_Chart_Title_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Text" data-uid="GrapeCity.ActiveReports.Chart.Title.Text">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Text.html#GrapeCity_ActiveReports_Chart_Title_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Text string to display</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_Visible" data-uid="GrapeCity.ActiveReports.Chart.Title.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Visible.html#GrapeCity_ActiveReports_Chart_Title_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>If false, nothing will be drawn</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_ActiveReports_Chart_Title_Clone" data-uid="GrapeCity.ActiveReports.Chart.Title.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.Clone.html#GrapeCity_ActiveReports_Chart_Title_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Title_ToString" data-uid="GrapeCity.ActiveReports.Chart.Title.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.ToString.html#GrapeCity_ActiveReports_Chart_Title_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
