# GrapeCity.ActiveReports.Chart.BackdropItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_BackdropItem" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem" class="text-break">BackdropItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents backdrop that acts as separate item, i.e. may handle mouse events</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"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></div>
    <div class="level4"><span class="xref">BackdropItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_BackdropItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(BackdropItem.Converter))]
public sealed class BackdropItem : Backdrop, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IDisposable, IMouseEnabled, IMouseHandler</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="GrapeCity_ActiveReports_Chart_BackdropItem__ctor" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor">BackdropItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_HatchStyle_System_Drawing_Color_System_Drawing_Color_">BackdropItem(HatchStyle, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object with a &quot;hatch&quot; style.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of a &quot;hatch&quot; style.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_">BackdropItem(Image, PicturePutStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object with a &quot;picture&quot; style.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Drawing_Image_GrapeCity_ActiveReports_Chart_Graphics_PicturePutStyle_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">BackdropItem(Image, PicturePutStyle, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object with a &quot;picture&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">BackdropItem(AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.html">BackdropItem</a> class.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_GradientType_System_Drawing_Color_System_Drawing_Color_">BackdropItem(GradientType, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of a &quot;gradient&quot; style.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object of a &quot;gradient&quot; style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_">BackdropItem(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">BackdropItem(Color, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_System_Byte_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.Drawing.Color,System.Byte)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_System_Byte_">BackdropItem(Color, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_Drawing_Color_System_Byte_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">BackdropItem(Color, byte, AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the BackdropItem object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_String_">BackdropItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.-ctor.html#GrapeCity_ActiveReports_Chart_BackdropItem__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">BackdropItem(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_ContextMenu" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.ContextMenu">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.ContextMenu.html#GrapeCity_ActiveReports_Chart_BackdropItem_ContextMenu">ContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shortcut menu associated with the control.</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="GrapeCity_ActiveReports_Chart_BackdropItem_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.Equals.html#GrapeCity_ActiveReports_Chart_BackdropItem_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.GetHashCode.html#GrapeCity_ActiveReports_Chart_BackdropItem_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as the default hash function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseDown_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseDown(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseDown.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseDown_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseDown(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseDown</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseEnter_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseEnter(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseEnter.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseEnter_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseEnter(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseEnter</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseHover(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseHover.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseHover(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseHover</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseLeave(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseLeave.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseLeave(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseLeave</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseMove(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseMove.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseMove(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseMove</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseUp_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseUp(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseUp.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseUp_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseUp(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseUp</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseWheel_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseWheel(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.OnMouseWheel.html#GrapeCity_ActiveReports_Chart_BackdropItem_OnMouseWheel_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseWheel(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseWheel</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseDown" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseDown">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseDown.html">MouseDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is over the control and a mouse button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseEnter" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseEnter">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseEnter.html">MouseEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer enters the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseHover" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseHover">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseHover.html">MouseHover</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer hovers over the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseLeave" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseLeave">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseLeave.html">MouseLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer leaves the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseMove" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseMove">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseMove.html">MouseMove</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is moved over the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseUp" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseUp">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseUp.html">MouseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is over the control and a mouse button is released.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BackdropItem_MouseWheel" data-uid="GrapeCity.ActiveReports.Chart.BackdropItem.MouseWheel">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BackdropItem.MouseWheel.html">MouseWheel</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse wheel moves while the control has focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
