# GrapeCity.Documents.Excel.Drawing.IPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IPlotArea" data-uid="GrapeCity.Documents.Excel.Drawing.IPlotArea" class="text-break">IPlotArea Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the plot area of a chart. This is the area where your chart data is plotted.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPlotArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPlotArea</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_Documents_Excel_Drawing_IPlotArea_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IPlotArea.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPlotArea.Format.html#GrapeCity_Documents_Excel_Drawing_IPlotArea_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IPlotArea_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IPlotArea.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPlotArea.Parent.html#GrapeCity_Documents_Excel_Drawing_IPlotArea_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
