# GrapeCity.ActiveReports.Chart.BackdropItem.-ctor

## Content

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



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



<a id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor">BackdropItem()</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color)">BackdropItem(Color)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color,System.Byte)">BackdropItem(Color, byte)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color,System.Byte,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(Color, byte, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color)">BackdropItem(GradientType, Color, Color)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.GradientType,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(GradientType, Color, Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)">BackdropItem(HatchStyle, Color, Color)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(HatchStyle, Color, Color, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle)">BackdropItem(Image, PicturePutStyle)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Drawing.Image,GrapeCity.ActiveReports.Chart.Graphics.PicturePutStyle,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">BackdropItem(Image, PicturePutStyle, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object 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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__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.BackdropItem.#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)">BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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></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.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></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></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></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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__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.BackdropItem.#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)">BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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></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.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></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></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></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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__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.BackdropItem.#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)">BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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></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.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></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></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></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="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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__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.BackdropItem.#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)">BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(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></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.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></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></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></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="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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__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_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#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,System.Object)">BackdropItem(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.html">BackdropItem</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode, object contextMenu)</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></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.GradientType.html">GradientType</a></td>
      <td><span class="parametername">gradient</span></td>
      <td></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></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></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="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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">contextMenu</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.String)">BackdropItem(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 BackdropItem(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_BackdropItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">BackdropItem(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 BackdropItem(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>
