# C1.Web.Mvc.TreeMap-1.Palette

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_TreeMap_1_Palette_" data-uid="C1.Web.Mvc.TreeMap`1.Palette*">Palette Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_TreeMap_1_Palette_" data-uid="C1.Web.Mvc.TreeMap`1.Palette*"></a>
<h4 id="C1_Web_Mvc_TreeMap_1_Palette" data-uid="C1.Web.Mvc.TreeMap`1.Palette">Palette</h4>
<div class="markdown level1 summary"><p>Gets or 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 List&lt;object&gt; Palette { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Palette As List(Of Object)</code></pre>
</div>
<h5 id="C1_Web_Mvc_TreeMap_1_Palette_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The array contains strings that represent CSS colors.
The array item type could be <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> or <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.html">TreeMapItemStyle</a>.</p>
</div>
</div>
