# C1.Win.C1Chart.Title.AppendRtfText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_Title_AppendRtfText_" data-uid="C1.Win.C1Chart.Title.AppendRtfText*">AppendRtfText Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_Title_AppendRtfText_" data-uid="C1.Win.C1Chart.Title.AppendRtfText*"></a>
<h4 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Color)">AppendRtfText(string, Color)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendRtfText(string Text, Color Color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendRtfText(Text As String, Color As Color)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">Text</span></td>
      <td><p>Text string to be appended to existing Rtf.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">Color</span></td>
      <td><p>ForeColor of the appended text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Title.html">Title</a></div>
</div>


<a id="C1_Win_C1Chart_Title_AppendRtfText_" data-uid="C1.Win.C1Chart.Title.AppendRtfText*"></a>
<h4 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Font_" data-uid="C1.Win.C1Chart.Title.AppendRtfText(System.String,System.Drawing.Font)">AppendRtfText(string, Font)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendRtfText(string Text, Font Font)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendRtfText(Text As String, Font As Font)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">Text</span></td>
      <td><p>Text string to be appended to existing Rtf.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">Font</span></td>
      <td><p>Font of the appended text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Font__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Title.html">Title</a></div>
</div>


<a id="C1_Win_C1Chart_Title_AppendRtfText_" data-uid="C1.Win.C1Chart.Title.AppendRtfText*"></a>
<h4 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)">AppendRtfText(string, Color, Font)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendRtfText(string Text, Color Color, Font Font)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendRtfText(Text As String, Color As Color, Font As Font)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">Text</span></td>
      <td><p>Text string to be appended to existing Rtf.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">Color</span></td>
      <td><p>ForeColor of the appended text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">Font</span></td>
      <td><p>Font of the appended text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Title.html">Title</a></div>
</div>


<a id="C1_Win_C1Chart_Title_AppendRtfText_" data-uid="C1.Win.C1Chart.Title.AppendRtfText*"></a>
<h4 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)">AppendRtfText(string, Color, Font, HorizontalAlignment)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendRtfText(string Text, Color Color, Font Font, HorizontalAlignment Align)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendRtfText(Text As String, Color As Color, Font As Font, Align As HorizontalAlignment)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">Text</span></td>
      <td><p>Text string to be appended to existing Rtf.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">Color</span></td>
      <td><p>ForeColor of the appended text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">Font</span></td>
      <td><p>Font of the appended text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.horizontalalignment">HorizontalAlignment</a></td>
      <td><span class="parametername">Align</span></td>
      <td><p>Alignment of the appended text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart_Title_AppendRtfText_System_String_System_Drawing_Color_System_Drawing_Font_System_Windows_Forms_HorizontalAlignment__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Title.html">Title</a></div>
</div>
</div>
