# C1.Win.C1Chart.C1Chart.PrintChart

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*">PrintChart Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)">PrintChart(PrintScaleEnum, Rectangle, PageSettings)</h4>
<div class="markdown level1 summary"><p>Prints the control using the specified scaling and page settings to the specified rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PrintChart(scaling As PrintScaleEnum, r As Rectangle, ps As PageSettings)</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.C1Chart.PrintScaleEnum.html">PrintScaleEnum</a></td>
      <td><span class="parametername">scaling</span></td>
      <td><p>Chart scaling</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a></td>
      <td><span class="parametername">ps</span></td>
      <td><p>Page settings</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_System_Boolean_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings,System.Boolean)">PrintChart(PrintScaleEnum, Rectangle, PageSettings, bool)</h4>
<div class="markdown level1 summary"><p>Prints the control using the specified scaling and page settings to the specified rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps, bool bitmap)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PrintChart(scaling As PrintScaleEnum, r As Rectangle, ps As PageSettings, bitmap As Boolean)</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.C1Chart.PrintScaleEnum.html">PrintScaleEnum</a></td>
      <td><span class="parametername">scaling</span></td>
      <td><p>Chart scaling</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a></td>
      <td><span class="parametername">ps</span></td>
      <td><p>Page settings</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>Print as bitmap</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle)">PrintChart(PrintScaleEnum, Rectangle)</h4>
<div class="markdown level1 summary"><p>Prints the control using the specified scaling to the specified rectangle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PrintChart(PrintScaleEnum scaling, Rectangle r)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PrintChart(scaling As PrintScaleEnum, r As Rectangle)</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.C1Chart.PrintScaleEnum.html">PrintScaleEnum</a></td>
      <td><span class="parametername">scaling</span></td>
      <td><p>Chart scaling</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td><p>Rectangle</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum)">PrintChart(PrintScaleEnum)</h4>
<div class="markdown level1 summary"><p>Prints the control using the specified scaling within the margins of the printer page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PrintChart(PrintScaleEnum scaling)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PrintChart(scaling As PrintScaleEnum)</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.C1Chart.PrintScaleEnum.html">PrintScaleEnum</a></td>
      <td><span class="parametername">scaling</span></td>
      <td><p>Chart scaling.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_C1Chart_C1Chart_PrintChart_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_PrintChart" data-uid="C1.Win.C1Chart.C1Chart.PrintChart">PrintChart()</h4>
<div class="markdown level1 summary"><p>Prints the control using default scaling within the margins of the printer page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void PrintChart()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub PrintChart()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.C1ChartBase.baseChart.PrintChart.html#C1_Win_C1ChartBase_baseChart_PrintChart">baseChart.PrintChart()</a></div>
</div>
