# C1.WPF.Chart.Palettes.SequentialMulti.brushes

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_WPF_Chart_Palettes_SequentialMulti_brushes" data-uid="C1.WPF.Chart.Palettes.SequentialMulti.brushes" class="text-break">brushes Field
</h1>
<div class="markdown level0 summary"><p>Brushes dictionary.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Palettes.html">C1.WPF.Chart.Palettes</a></h6>
<h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
<h5 id="C1_WPF_Chart_Palettes_SequentialMulti_brushes_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected static Dictionary&lt;string, IList&lt;Brush&gt;&gt; brushes</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Shared brushes As Dictionary(Of String, IList(Of Brush))</code></pre>
</div>
<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="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a>&gt;&gt;</td>
      <td>Brushes dictionary.</td>
    </tr>
  </tbody>
</table>
</div>
