# C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.Palette

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_" data-uid="C1.Web.Mvc.Fluent.FlexChartBaseBuilder`3.Palette*">Palette Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_" data-uid="C1.Web.Mvc.Fluent.FlexChartBaseBuilder`3.Palette*"></a>
<h4 id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_System_String___" data-uid="C1.Web.Mvc.Fluent.FlexChartBaseBuilder`3.Palette(System.String[])">Palette(params string[])</h4>
<div class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeMap-1.Palette.html#C1_Web_Mvc_TreeMap_1_Palette">Palette</a>.
Sets an array of default colors to be used in a treemap.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual TBuilder Palette(params string[] colors)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function Palette(ParamArray colors As String()) As TBuilder</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">colors</span></td>
      <td><p>The color array</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">TBuilder</span></td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_System_String____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The array contains strings that represent CSS colors.</p>
</div>


<a id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_" data-uid="C1.Web.Mvc.Fluent.FlexChartBaseBuilder`3.Palette*"></a>
<h4 id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_System_Collections_Generic_IEnumerable_System_String__" data-uid="C1.Web.Mvc.Fluent.FlexChartBaseBuilder`3.Palette(System.Collections.Generic.IEnumerable{System.String})">Palette(IEnumerable&lt;string&gt;)</h4>
<div class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeMap-1.Palette.html#C1_Web_Mvc_TreeMap_1_Palette">Palette</a>.
Sets an array of default colors to be used in a treemap.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual TBuilder Palette(IEnumerable&lt;string&gt; colors)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function Palette(colors As IEnumerable(Of String)) As TBuilder</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.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
      <td><span class="parametername">colors</span></td>
      <td><p>The color collection</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">TBuilder</span></td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_System_Collections_Generic_IEnumerable_System_String___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The array contains strings that represent CSS colors.</p>
</div>
</div>
