# GrapeCity.ActiveReports.PageReportModel.ChartPalette

## Content

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




  <h1 id="GrapeCity_ActiveReports_PageReportModel_ChartPalette" data-uid="GrapeCity.ActiveReports.PageReportModel.ChartPalette" class="text-break">ChartPalette Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the color palette for chart items.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartPalette</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_PageReportModel_ChartPalette_Custom">Custom</td>
        <td><p>Custom chart palette</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Default">Default</td>
        <td><p>Indicates the default palette of rich jewel tones.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_EarthTones">EarthTones</td>
        <td><p>Indicates an earth tone palette of autumnal browns, oranges, and greens.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Excel">Excel</td>
        <td><p>Indicates an Excel palette of muted plums, blues, and creams.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_GrayScale">GrayScale</td>
        <td><p>Indicates a gray scale palette of patterns suitable for printing to a black and white printer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Light">Light</td>
        <td><p>Indicates a light colored palette of pale pinks and peaches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Pastel">Pastel</td>
        <td><p>Indicates a pastel palette of blues, greens and purples.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_SemiTransparent">SemiTransparent</td>
        <td><p>Indicates a semi-transparent palette of primary and tertiary colors that allows the backdrop to show through.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Subdued">Subdued</td>
        <td><p>Indicates a palette of subdued colors ideal for charts where the data should not have special emphasis drawn to it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Theme">Theme</td>
        <td><p>Theme chart palette</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ChartPalette_Vivid">Vivid</td>
        <td><p>Indicates a vivid palette of colors idea for drawing emphasis to the data being displayed in the chart.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;ChartPalette, TItem&gt;(ChartPalette, IEnumerable&lt;TItem&gt;)</a>
  </div>
</div>
