# C1.Win.FlexReport.Chart.ChartTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartTitle" data-uid="C1.Win.FlexReport.Chart.ChartTitle" class="text-break">ChartTitle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the title of the chart.</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="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexReport.Chart.ChartRect.html">ChartRect</a></div>
    <div class="level3"><span class="xref">ChartTitle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartTitle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartTitle : ChartRect, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartTitle
    Inherits ChartRect
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_ChartTitle_Compass" data-uid="C1.Win.FlexReport.Chart.ChartTitle.Compass">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.Compass.html#C1_Win_FlexReport_Chart_ChartTitle_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_FlexReport_Chart_ChartTitle_Image" data-uid="C1.Win.FlexReport.Chart.ChartTitle.Image">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.Image.html#C1_Win_FlexReport_Chart_ChartTitle_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartTitle_Rtf" data-uid="C1.Win.FlexReport.Chart.ChartTitle.Rtf">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.Rtf.html#C1_Win_FlexReport_Chart_ChartTitle_Rtf">Rtf</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an RTF title string.
(This property is used if it is not empty, otherwise the Text property is used.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartTitle_Style" data-uid="C1.Win.FlexReport.Chart.ChartTitle.Style">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.Style.html#C1_Win_FlexReport_Chart_ChartTitle_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the title.
Inherits from the ChartField default style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartTitle_Text" data-uid="C1.Win.FlexReport.Chart.ChartTitle.Text">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.Text.html#C1_Win_FlexReport_Chart_ChartTitle_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title text.
(The Rtf property is used if it's not empty, otherwise, this property is used.)</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_FlexReport_Chart_ChartTitle_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartTitle.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartTitle.AssignFrom.html#C1_Win_FlexReport_Chart_ChartTitle_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
