# GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode" data-uid="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode" class="text-break">AntiAliasMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies antialiasing settings</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AntiAliasMode</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="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_Auto">Auto</td>
        <td><p>Uses AA settings of the parent object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_Both">Both</td>
        <td><p>Turns AA on for graphics and text</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_Graphics">Graphics</td>
        <td><p>Turns AA on for graphics only</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_None">None</td>
        <td><p>Turns AA off</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_Text">Text</td>
        <td><p>Turns AA on for texts only</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
