# C1.Win.C1ChartBase.baseChartTitle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1ChartBase_baseChartTitle" data-uid="C1.Win.C1ChartBase.baseChartTitle" class="text-break">baseChartTitle Class
</h1>
  <div class="markdown level0 summary"><p>Base chart title class.</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.C1ChartBase.baseChartRect.html">baseChartRect</a></div>
    <div class="level2"><span class="xref">baseChartTitle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.C1ChartBase.iChartRect.html">iChartRect</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="C1.Win.C1ChartBase.html">C1.Win.C1ChartBase</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1ChartBase_baseChartTitle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class baseChartTitle : baseChartRect, iChartRect, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class baseChartTitle
    Inherits baseChartRect
    Implements iChartRect, 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="C1_Win_C1ChartBase_baseChartTitle__ctor_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_iChartRect_" data-uid="C1.Win.C1ChartBase.baseChartTitle.#ctor(C1.Win.C1ChartBase.baseChartStyle,C1.Win.C1ChartBase.iChartRect)">
          <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.-ctor.html#C1_Win_C1ChartBase_baseChartTitle__ctor_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_iChartRect_">baseChartTitle(baseChartStyle, iChartRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.html">baseChartTitle</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_baseChartTitle__ctor_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_iChartRect_C1_Win_C1ChartBase_CompassEnum_" data-uid="C1.Win.C1ChartBase.baseChartTitle.#ctor(C1.Win.C1ChartBase.baseChartStyle,C1.Win.C1ChartBase.iChartRect,C1.Win.C1ChartBase.CompassEnum)">
          <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.-ctor.html#C1_Win_C1ChartBase_baseChartTitle__ctor_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_iChartRect_C1_Win_C1ChartBase_CompassEnum_">baseChartTitle(baseChartStyle, iChartRect, CompassEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>reates a new instance of <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.html">baseChartTitle</a> class.</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_C1ChartBase_baseChartTitle_Dispose" data-uid="C1.Win.C1ChartBase.baseChartTitle.Dispose">
          <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.Dispose.html#C1_Win_C1ChartBase_baseChartTitle_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_baseChartTitle_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.C1ChartBase.baseChartTitle.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.Draw.html#C1_Win_C1ChartBase_baseChartTitle_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_">Draw(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_baseChartTitle_GetContentSize_System_Drawing_Graphics_System_Drawing_Size_System_String_" data-uid="C1.Win.C1ChartBase.baseChartTitle.GetContentSize(System.Drawing.Graphics,System.Drawing.Size,System.String)">
          <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.GetContentSize.html#C1_Win_C1ChartBase_baseChartTitle_GetContentSize_System_Drawing_Graphics_System_Drawing_Size_System_String_">GetContentSize(Graphics, Size, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the chart content size.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
