# GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*">Backdrop Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor">Backdrop()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color)">Backdrop(Color)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Color color)</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.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Color color, AntiAliasMode antiAliasMode)</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.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,System.Byte)">Backdrop(Color, byte)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Color color, byte alpha)</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.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">alpha</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_Drawing_Color_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.Drawing.Color,System.Byte,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(Color, byte, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;fill solid&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Color color, byte alpha, AntiAliasMode antiAliasMode)</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.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">alpha</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color)">Backdrop(GradientType, Color, Color)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;gradient&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(GradientType gradient, Color color, Color color2)</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="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(GradientType, Color, Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;gradient&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(GradientType gradient, Color color, Color color2, AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)">Backdrop(HatchStyle, Color, Color)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;hatch&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(HatchStyle pattern, Color color, Color color2)</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="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(HatchStyle, Color, Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;hatch&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(HatchStyle pattern, Color color, Color color2, AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle)">Backdrop(Image, PicturePutStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;picture&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Image picture, PicturePutStyle pictureAlignment)</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="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(Image, PicturePutStyle, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class with a &quot;picture&quot; style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle)">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment)</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="GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.html">BackdropStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Specifies backdrop style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Specifies primary color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td><p>Specifies secondary color (used with hatch and gradient styles).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td><p>Specifies gradient direction (used with gradient style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>Specifies hatch pattern (used with hatch style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Specifies picture (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td><p>Specifies picture alignment (used with picture style)</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.html">BackdropStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Specifies backdrop style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Specifies primary color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td><p>Specifies secondary color (used with hatch and gradient styles).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td><p>Specifies gradient direction (used with gradient style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>Specifies hatch pattern (used with hatch style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Specifies picture (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td><p>Specifies picture alignment (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td><p>Specifies AA settings to draw graphics</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,System.Byte)">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha)</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="GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.html">BackdropStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Specifies backdrop style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Specifies primary color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td><p>Specifies secondary color (used with hatch and gradient styles).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td><p>Specifies gradient direction (used with gradient style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>Specifies hatch pattern (used with hatch style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Specifies picture (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td><p>Specifies picture alignment (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">alpha</span></td>
      <td><p>Specifies alpha (transparency) channel</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_GrapeCity_ActiveReports_Chart_Graphics_BackdropStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_GradientType_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.GradientType,GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,System.Byte,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the BackdropInfo class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode)</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="GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle.html">BackdropStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Specifies backdrop style</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Specifies primary color</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color2</span></td>
      <td><p>Specifies secondary color (used with hatch and gradient styles).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td><p>Specifies gradient direction (used with gradient style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle.html">HatchStyle</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>Specifies hatch pattern (used with hatch style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">picture</span></td>
      <td><p>Specifies picture (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle.html">PicturePutStyle</a></td>
      <td><span class="parametername">pictureAlignment</span></td>
      <td><p>Specifies picture alignment (used with picture style)</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">alpha</span></td>
      <td><p>Specifies alpha (transparency) channel</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td><p>Specifies AA settings to draw graphics</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.String)">Backdrop(string)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(string xml)</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.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Backdrop__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">Backdrop(string, GraphXmlSerializationContext)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Backdrop(string xml, GraphXmlSerializationContext context)</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.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext.html">GraphXmlSerializationContext</a></td>
      <td><span class="parametername">context</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
