# C1.Win.C1Chart.Title

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_Title" data-uid="C1.Win.C1Chart.Title" class="text-break">Title Class
</h1>
  <div class="markdown level0 summary"><p>The Title class is used to describe the appearance of the Header and the Footer.</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"><span class="xref">Title</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_Title_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class Title</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class Title</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="C1_Win_C1Chart_Title_Compass" data-uid="C1.Win.C1Chart.Title.Compass">
          <a class="xref" href="C1.Win.C1Chart.Title.Compass.html#C1_Win_C1Chart_Title_Compass">Compass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the general positioning of the title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Image" data-uid="C1.Win.C1Chart.Title.Image">
          <a class="xref" href="C1.Win.C1Chart.Title.Image.html#C1_Win_C1Chart_Title_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Location" data-uid="C1.Win.C1Chart.Title.Location">
          <a class="xref" href="C1.Win.C1Chart.Title.Location.html#C1_Win_C1Chart_Title_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the title in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_LocationDefault" data-uid="C1.Win.C1Chart.Title.LocationDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.LocationDefault.html#C1_Win_C1Chart_Title_LocationDefault">LocationDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default location of the title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Rtf" data-uid="C1.Win.C1Chart.Title.Rtf">
          <a class="xref" href="C1.Win.C1Chart.Title.Rtf.html#C1_Win_C1Chart_Title_Rtf">Rtf</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatted text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Size" data-uid="C1.Win.C1Chart.Title.Size">
          <a class="xref" href="C1.Win.C1Chart.Title.Size.html#C1_Win_C1Chart_Title_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the title in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_SizeDefault" data-uid="C1.Win.C1Chart.Title.SizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.SizeDefault.html#C1_Win_C1Chart_Title_SizeDefault">SizeDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size of the title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Style" data-uid="C1.Win.C1Chart.Title.Style">
          <a class="xref" href="C1.Win.C1Chart.Title.Style.html#C1_Win_C1Chart_Title_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the title style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Text" data-uid="C1.Win.C1Chart.Title.Text">
          <a class="xref" href="C1.Win.C1Chart.Title.Text.html#C1_Win_C1Chart_Title_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set title text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_TooltipText" data-uid="C1.Win.C1Chart.Title.TooltipText">
          <a class="xref" href="C1.Win.C1Chart.Title.TooltipText.html#C1_Win_C1Chart_Title_TooltipText">TooltipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_Visible" data-uid="C1.Win.C1Chart.Title.Visible">
          <a class="xref" href="C1.Win.C1Chart.Title.Visible.html#C1_Win_C1Chart_Title_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title visibility.</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="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Color)">
          <a class="xref" href="C1.Win.C1Chart.Title.AppendRtfText.html#C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_">AppendRtfText(string, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the specified text to the Rft string using the
specified color and the object default font.  Transparent
colors cannot be used by an Rtf rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Color,System.Drawing.Font)">
          <a class="xref" href="C1.Win.C1Chart.Title.AppendRtfText.html#C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font_">AppendRtfText(string, Color, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the specified text to the Rtf string using the
specified color and font.  Transparent colors cannot
be used for an Rtf rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font_System_Windows_Forms_HorizontalAlignment_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Color,System.Drawing.Font,System.Windows.Forms.HorizontalAlignment)">
          <a class="xref" href="C1.Win.C1Chart.Title.AppendRtfText.html#C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font_System_Windows_Forms_HorizontalAlignment_">AppendRtfText(string, Color, Font, HorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the specified text to the Rtf string using the
specified color, font and alignment.  Transparent colors cannot
be used for an Rtf rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Font_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.Win.C1Chart.Title.AppendRtfText.html#C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Font_">AppendRtfText(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the specified text to the Rft string using the
object ForeColor and the specified font.  Transparent
colors cannot be used for an Rtf rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ResetLocationDefault" data-uid="C1.Win.C1Chart.Title.ResetLocationDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.ResetLocationDefault.html#C1_Win_C1Chart_Title_ResetLocationDefault">ResetLocationDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Title location so it is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ResetSizeDefault" data-uid="C1.Win.C1Chart.Title.ResetSizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.ResetSizeDefault.html#C1_Win_C1Chart_Title_ResetSizeDefault">ResetSizeDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets Title size so it is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ResetStyle" data-uid="C1.Win.C1Chart.Title.ResetStyle">
          <a class="xref" href="C1.Win.C1Chart.Title.ResetStyle.html#C1_Win_C1Chart_Title_ResetStyle">ResetStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets Title style inheritance state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ShouldSerializeLocationDefault" data-uid="C1.Win.C1Chart.Title.ShouldSerializeLocationDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.ShouldSerializeLocationDefault.html#C1_Win_C1Chart_Title_ShouldSerializeLocationDefault">ShouldSerializeLocationDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Chart.Title.LocationDefault.html#C1_Win_C1Chart_Title_LocationDefault">LocationDefault</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ShouldSerializeSizeDefault" data-uid="C1.Win.C1Chart.Title.ShouldSerializeSizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Title.ShouldSerializeSizeDefault.html#C1_Win_C1Chart_Title_ShouldSerializeSizeDefault">ShouldSerializeSizeDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Title <a class="xref" href="C1.Win.C1Chart.Title.SizeDefault.html#C1_Win_C1Chart_Title_SizeDefault">SizeDefault</a> property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Title_ShouldSerializeStyle" data-uid="C1.Win.C1Chart.Title.ShouldSerializeStyle">
          <a class="xref" href="C1.Win.C1Chart.Title.ShouldSerializeStyle.html#C1_Win_C1Chart_Title_ShouldSerializeStyle">ShouldSerializeStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Title <a class="xref" href="C1.Win.C1Chart.Title.Style.html#C1_Win_C1Chart_Title_Style">Style</a> property is in the default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
