# GrapeCity.ActiveReports.Chart.DrawCustomizableItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_DrawCustomizableItem" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem" class="text-break">DrawCustomizableItem Class
</h1>
  <div class="markdown level0 summary"><p>Class of items with overridable drawing code</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"><span class="xref">DrawCustomizableItem</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.html">DrawCustomizableComponent</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.html">LabelInfo</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></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>
  <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_DrawCustomizableItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DrawCustomizableItem : Item, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer</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_DrawCustomizableItem__ctor" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.-ctor.html#GrapeCity_ActiveReports_Chart_DrawCustomizableItem__ctor">DrawCustomizableItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a> Class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DrawCustomizableItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.-ctor.html#GrapeCity_ActiveReports_Chart_DrawCustomizableItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">DrawCustomizableItem(AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a> Class.</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_DrawCustomizableItem_AntiAliasMode" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.AntiAliasMode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.AntiAliasMode.html#GrapeCity_ActiveReports_Chart_DrawCustomizableItem_AntiAliasMode">AntiAliasMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies antialiasing mode to draw current object</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_DrawCustomizableItem_AASettingsEqual_GrapeCity_ActiveReports_Chart_DrawCustomizableItem_" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.AASettingsEqual(GrapeCity.ActiveReports.Chart.DrawCustomizableItem)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.AASettingsEqual.html#GrapeCity_ActiveReports_Chart_DrawCustomizableItem_AASettingsEqual_GrapeCity_ActiveReports_Chart_DrawCustomizableItem_">AASettingsEqual(DrawCustomizableItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Check if AntiAliasing mode is same.</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_DrawCustomizableItem_PostDraw" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.PostDraw">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.PostDraw.html">PostDraw</a>
        </td>
        <td class="markdown level1 summary"><p>PostDraw event is fired after all drawings on this object by chart core is finished.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DrawCustomizableItem_PreDraw" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.PreDraw">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.PreDraw.html">PreDraw</a>
        </td>
        <td class="markdown level1 summary"><p>PreDraw event is fired before any drawings on this object by chart core.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
