# C1.Web.Mvc.Fluent.TreeMapBuilder-1.Palette

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_Palette_" data-uid="C1.Web.Mvc.Fluent.TreeMapBuilder`1.Palette*">Palette Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_Palette_" data-uid="C1.Web.Mvc.Fluent.TreeMapBuilder`1.Palette*"></a>
<h4 id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_Palette_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TreeMapItemStyle_C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder___" data-uid="C1.Web.Mvc.Fluent.TreeMapBuilder`1.Palette(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.TreeMapItemStyle,C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder}})">Palette(Action&lt;ListItemFactory&lt;TreeMapItemStyle, TreeMapItemStyleBuilder&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Configure <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 tree map.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TreeMapBuilder&lt;T&gt; Palette(Action&lt;ListItemFactory&lt;TreeMapItemStyle, TreeMapItemStyleBuilder&gt;&gt; builder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Palette(builder As Action(Of ListItemFactory(Of TreeMapItemStyle, TreeMapItemStyleBuilder))) As TreeMapBuilder(Of T)</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.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.ListItemFactory-2.html">ListItemFactory</a>&lt;<a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.html">TreeMapItemStyle</a>, <a class="xref" href="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.html">TreeMapItemStyleBuilder</a>&gt;&gt;</td>
      <td><span class="parametername">builder</span></td>
      <td><p>The builder action.</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><a class="xref" href="C1.Web.Mvc.Fluent.TreeMapBuilder-1.html">TreeMapBuilder</a>&lt;T&gt;</td>
      <td><p>Current builder.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_Palette_" data-uid="C1.Web.Mvc.Fluent.TreeMapBuilder`1.Palette*"></a>
<h4 id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_Palette_System_Collections_Generic_IEnumerable_System_String__" data-uid="C1.Web.Mvc.Fluent.TreeMapBuilder`1.Palette(System.Collections.Generic.IEnumerable{System.String})">Palette(IEnumerable&lt;string&gt;)</h4>
<div class="markdown level1 summary"><p>Configure <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 tree map.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override TreeMapBuilder&lt;T&gt; Palette(IEnumerable&lt;string&gt; colors)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function Palette(colors As IEnumerable(Of String)) As TreeMapBuilder(Of T)</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><a class="xref" href="C1.Web.Mvc.Fluent.TreeMapBuilder-1.html">TreeMapBuilder</a>&lt;T&gt;</td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBaseBuilder-3.Palette.html#C1_Web_Mvc_Fluent_FlexChartBaseBuilder_3_Palette_System_Collections_Generic_IEnumerable_System_String__">FlexChartBaseBuilder&lt;T, TreeMap&lt;T&gt;, TreeMapBuilder&lt;T&gt;&gt;.Palette(IEnumerable&lt;string&gt;)</a></div>
<h5 id="C1_Web_Mvc_Fluent_TreeMapBuilder_1_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>
