# C1.Win.C1ChartBase.baseChartTitle.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1ChartBase_baseChartTitle__ctor_" data-uid="C1.Win.C1ChartBase.baseChartTitle.#ctor*">baseChartTitle Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1ChartBase_baseChartTitle__ctor_" data-uid="C1.Win.C1ChartBase.baseChartTitle.#ctor*"></a>
<h4 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)">baseChartTitle(baseChartStyle, iChartRect)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.html">baseChartTitle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public baseChartTitle(baseChartStyle c1Style, iChartRect ctrl)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(c1Style As baseChartStyle, ctrl As iChartRect)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.C1ChartBase.baseChartStyle.html">baseChartStyle</a></td>
      <td><span class="parametername">c1Style</span></td>
      <td><p>The chart area style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1ChartBase.iChartRect.html">iChartRect</a></td>
      <td><span class="parametername">ctrl</span></td>
      <td><p>Chart area properties object.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1ChartBase_baseChartTitle__ctor_" data-uid="C1.Win.C1ChartBase.baseChartTitle.#ctor*"></a>
<h4 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)">baseChartTitle(baseChartStyle, iChartRect, CompassEnum)</h4>
<div class="markdown level1 summary"><p>reates a new instance of <a class="xref" href="C1.Win.C1ChartBase.baseChartTitle.html">baseChartTitle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public baseChartTitle(baseChartStyle c1Style, iChartRect ctrl, CompassEnum compass)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(c1Style As baseChartStyle, ctrl As iChartRect, compass As CompassEnum)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.C1ChartBase.baseChartStyle.html">baseChartStyle</a></td>
      <td><span class="parametername">c1Style</span></td>
      <td><p>The chart area style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1ChartBase.iChartRect.html">iChartRect</a></td>
      <td><span class="parametername">ctrl</span></td>
      <td><p>Chart area properties object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1ChartBase.CompassEnum.html">CompassEnum</a></td>
      <td><span class="parametername">compass</span></td>
      <td><p>Enumeration to set the position of a chart area.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
