# C1.Win.Chart.Palettes.ExtendedPalette

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Palettes_ExtendedPalette" data-uid="C1.Win.Chart.Palettes.ExtendedPalette" class="text-break">ExtendedPalette Class
</h1>
  <div class="markdown level0 summary"><p>Base class for extended palettes.</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">ExtendedPalette</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Chart.Palettes.Diverging.html">Diverging</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Chart.Palettes.Qualitative.html">Qualitative</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Chart.Palettes.SequentialMulti.html">SequentialMulti</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Chart.Palettes.SequentialSingle.html">SequentialSingle</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Palettes.html">C1.Win.Chart.Palettes</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Palettes_ExtendedPalette_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExtendedPalette</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExtendedPalette</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_Win_Chart_Palettes_ExtendedPalette__ctor" data-uid="C1.Win.Chart.Palettes.ExtendedPalette.#ctor">
          <a class="xref" href="C1.Win.Chart.Palettes.ExtendedPalette.-ctor.html#C1_Win_Chart_Palettes_ExtendedPalette__ctor">ExtendedPalette()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Chart_Palettes_ExtendedPalette_CreateBrushes_System_Collections_Generic_IList_System_Int32__" data-uid="C1.Win.Chart.Palettes.ExtendedPalette.CreateBrushes(System.Collections.Generic.IList{System.Int32})">
          <a class="xref" href="C1.Win.Chart.Palettes.ExtendedPalette.CreateBrushes.html#C1_Win_Chart_Palettes_ExtendedPalette_CreateBrushes_System_Collections_Generic_IList_System_Int32__">CreateBrushes(IList&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the brushes list for extended palettes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Palettes_ExtendedPalette_GetBrushes_System_Collections_Generic_Dictionary_System_String_System_Collections_Generic_IList_System_Int32___System_Collections_Generic_Dictionary_System_String_System_Collections_Generic_IList_System_Drawing_Brush___System_String_" data-uid="C1.Win.Chart.Palettes.ExtendedPalette.GetBrushes(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.IList{System.Int32}},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.IList{System.Drawing.Brush}},System.String)">
          <a class="xref" href="C1.Win.Chart.Palettes.ExtendedPalette.GetBrushes.html#C1_Win_Chart_Palettes_ExtendedPalette_GetBrushes_System_Collections_Generic_Dictionary_System_String_System_Collections_Generic_IList_System_Int32___System_Collections_Generic_Dictionary_System_String_System_Collections_Generic_IList_System_Drawing_Brush___System_String_">GetBrushes(Dictionary&lt;string, IList&lt;int&gt;&gt;, Dictionary&lt;string, IList&lt;Brush&gt;&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> of brushes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
