# GrapeCity.ActiveReports.Chart.DrawCustomizableComponent

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_DrawCustomizableComponent" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent" class="text-break">DrawCustomizableComponent Class
</h1>
  <div class="markdown level0 summary"><p>Chart area and legend base class.</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"><span class="xref">DrawCustomizableComponent</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.html">ChartArea</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.Legend.html">Legend</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><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_DrawCustomizableComponent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DrawCustomizableComponent : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, INamedComponent, IDisposable</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_DrawCustomizableComponent__ctor" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.-ctor.html#GrapeCity_ActiveReports_Chart_DrawCustomizableComponent__ctor">DrawCustomizableComponent()</a>
        </td>
        <td class="markdown level1 summary"></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_DrawCustomizableComponent_Name" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Name.html#GrapeCity_ActiveReports_Chart_DrawCustomizableComponent_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets component name.</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_DrawCustomizableComponent_Dispose" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Dispose.html#GrapeCity_ActiveReports_Chart_DrawCustomizableComponent_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DrawCustomizableComponent_ToString" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.ToString.html#GrapeCity_ActiveReports_Chart_DrawCustomizableComponent_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</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_DrawCustomizableComponent_Disposed" data-uid="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Disposed">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.Disposed.html">Disposed</a>
        </td>
        <td class="markdown level1 summary"><p>Throws if component was disposed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
