# C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder" data-uid="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder" class="text-break">TreeMapItemStyleBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.html">TreeMapItemStyle</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</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;</div>
    <div class="level3"><span class="xref">TreeMapItemStyleBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class TreeMapItemStyleBuilder : BaseBuilder&lt;TreeMapItemStyle, TreeMapItemStyleBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class TreeMapItemStyleBuilder
    Inherits BaseBuilder(Of TreeMapItemStyle, TreeMapItemStyleBuilder)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder__ctor_C1_Web_Mvc_TreeMapItemStyle_" data-uid="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.#ctor(C1.Web.Mvc.TreeMapItemStyle)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.-ctor.html#C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder__ctor_C1_Web_Mvc_TreeMapItemStyle_">TreeMapItemStyleBuilder(TreeMapItemStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.html">TreeMapItemStyle</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_MaxColor_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.MaxColor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.MaxColor.html#C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_MaxColor_System_String_">MaxColor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.MaxColor.html#C1_Web_Mvc_TreeMapItemStyle_MaxColor">MaxColor</a>.
Sets the color of the max value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_MinColor_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.MinColor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.MinColor.html#C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_MinColor_System_String_">MinColor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.MinColor.html#C1_Web_Mvc_TreeMapItemStyle_MinColor">MinColor</a>.
Sets the color of the min value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_TitleColor_System_String_" data-uid="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.TitleColor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TreeMapItemStyleBuilder.TitleColor.html#C1_Web_Mvc_Fluent_TreeMapItemStyleBuilder_TitleColor_System_String_">TitleColor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TreeMapItemStyle.TitleColor.html#C1_Web_Mvc_TreeMapItemStyle_TitleColor">TitleColor</a>.
Sets the title color.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
