# GrapeCity.Documents.Excel.Drawing.IChartArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChartArea" data-uid="GrapeCity.Documents.Excel.Drawing.IChartArea" class="text-break">IChartArea Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the chart area of a chart. The chart area on a 2-D chart contains
the axes, the chart title, the axis titles, and the legend. The chart area<br>
on a 3-D chart contains the chart title and the legend; it doesn’t include<br>
the plot area (the area within the chart area where the data is plotted).<br>
For information about formatting the plot area, see the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPlotArea.html">IPlotArea</a> object.</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_IChartArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartArea</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_IChartArea_Font" data-uid="GrapeCity.Documents.Excel.Drawing.IChartArea.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartArea.Font.html#GrapeCity_Documents_Excel_Drawing_IChartArea_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.html">IFontFormat</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartArea_Format" data-uid="GrapeCity.Documents.Excel.Drawing.IChartArea.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartArea.Format.html#GrapeCity_Documents_Excel_Drawing_IChartArea_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.html">IFontFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartArea_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IChartArea.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartArea.Parent.html#GrapeCity_Documents_Excel_Drawing_IChartArea_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartArea_RoundedCorners" data-uid="GrapeCity.Documents.Excel.Drawing.IChartArea.RoundedCorners">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartArea.RoundedCorners.html#GrapeCity_Documents_Excel_Drawing_IChartArea_RoundedCorners">RoundedCorners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the embedded chart has rounded corners.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
