# C1.Win.C1Chart.PrintScaleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_PrintScaleEnum" data-uid="C1.Win.C1Chart.PrintScaleEnum" class="text-break">PrintScaleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the scaling property
in the <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_">PrintChart(PrintScaleEnum, Rectangle, PageSettings)</a> method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_PrintScaleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintScaleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintScaleEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Chart_PrintScaleEnum_ScaleNone">ScaleNone</td>
        <td><p>Same size as actual chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PrintScaleEnum_ScaleToFit">ScaleToFit</td>
        <td><p>Scale to existing window (minimum of height and width), preserving aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PrintScaleEnum_ScaleToHeight">ScaleToHeight</td>
        <td><p>Scale to specified height, preserving aspect ratio.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PrintScaleEnum_ScaleToMax">ScaleToMax</td>
        <td><p>Enlarge to size of page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PrintScaleEnum_ScaleToWidth">ScaleToWidth</td>
        <td><p>Scale to specified width, preserving aspect ratio.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
