# GrapeCity.ActiveReports.Chart.IGraphItem

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_IGraphItem" data-uid="GrapeCity.ActiveReports.Chart.IGraphItem" class="text-break">IGraphItem Interface
</h1>
  <div class="markdown level0 summary"><p>For internal use. Base interface for chart's items.</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_IGraphItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGraphItem : ICloneable</code></pre>
  </div>
  <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_IGraphItem_IsAttachable" data-uid="GrapeCity.ActiveReports.Chart.IGraphItem.IsAttachable">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.IsAttachable.html#GrapeCity_ActiveReports_Chart_IGraphItem_IsAttachable">IsAttachable</a>
        </td>
        <td class="markdown level1 summary"><p>Current attachable state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_IGraphItem_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.IGraphItem.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.IsDirty.html#GrapeCity_ActiveReports_Chart_IGraphItem_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><p>Dirty state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_IGraphItem_Parent" data-uid="GrapeCity.ActiveReports.Chart.IGraphItem.Parent">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.Parent.html#GrapeCity_ActiveReports_Chart_IGraphItem_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets parent if attached.</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_IGraphItem_AttachParent_GrapeCity_ActiveReports_Chart_IGraphItem_" data-uid="GrapeCity.ActiveReports.Chart.IGraphItem.AttachParent(GrapeCity.ActiveReports.Chart.IGraphItem)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.AttachParent.html#GrapeCity_ActiveReports_Chart_IGraphItem_AttachParent_GrapeCity_ActiveReports_Chart_IGraphItem_">AttachParent(IGraphItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Attache to parent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
