# GrapeCity.ActiveReports.Chart.ICustomDrawer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_ICustomDrawer" data-uid="GrapeCity.ActiveReports.Chart.ICustomDrawer" class="text-break">ICustomDrawer Interface
</h1>
  <div class="markdown level0 summary"><p>ICustomDrawer interface</p>
</div>
  <div class="markdown level0 conceptual"></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_ICustomDrawer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomDrawer</code></pre>
  </div>
  <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_ICustomDrawer_PostDraw" data-uid="GrapeCity.ActiveReports.Chart.ICustomDrawer.PostDraw">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.PostDraw.html">PostDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after all drawings on this object by graph core is finished.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ICustomDrawer_PreDraw" data-uid="GrapeCity.ActiveReports.Chart.ICustomDrawer.PreDraw">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.PreDraw.html">PreDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before any drawings on this object by graph core.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
