# C1.Win.Chart.ChartTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_ChartTitle" data-uid="C1.Win.Chart.ChartTitle" class="text-break">ChartTitle Class
</h1>
  <div class="markdown level0 summary"><p>Represents chart title(header or 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">ChartTitle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_ChartTitle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartTitle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ChartTitle</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_Chart_ChartTitle_Border" data-uid="C1.Win.Chart.ChartTitle.Border">
          <a class="xref" href="C1.Win.Chart.ChartTitle.Border.html#C1_Win_Chart_ChartTitle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the title has border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartTitle_BorderStyle" data-uid="C1.Win.Chart.ChartTitle.BorderStyle">
          <a class="xref" href="C1.Win.Chart.ChartTitle.BorderStyle.html#C1_Win_Chart_ChartTitle_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the title border style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartTitle_Content" data-uid="C1.Win.Chart.ChartTitle.Content">
          <a class="xref" href="C1.Win.Chart.ChartTitle.Content.html#C1_Win_Chart_ChartTitle_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartTitle_HorizontalAlignment" data-uid="C1.Win.Chart.ChartTitle.HorizontalAlignment">
          <a class="xref" href="C1.Win.Chart.ChartTitle.HorizontalAlignment.html#C1_Win_Chart_ChartTitle_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartTitle_Style" data-uid="C1.Win.Chart.ChartTitle.Style">
          <a class="xref" href="C1.Win.Chart.ChartTitle.Style.html#C1_Win_Chart_ChartTitle_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the title style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
