# GrapeCity.ActiveReports.Chart.ChartArea

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_ChartArea" data-uid="GrapeCity.ActiveReports.Chart.ChartArea" class="text-break">ChartArea Class
</h1>
  <div class="markdown level0 summary"><p>Chart area object</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"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableComponent.html">DrawCustomizableComponent</a></div>
    <div class="level4"><span class="xref">ChartArea</span></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_ChartArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class ChartArea : DrawCustomizableComponent, 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_ChartArea__ctor" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.-ctor.html#GrapeCity_ActiveReports_Chart_ChartArea__ctor">ChartArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of chart area object without axes</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.#ctor(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.-ctor.html#GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_Boolean_">ChartArea(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of chart area object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.-ctor.html#GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_String_">ChartArea(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.-ctor.html#GrapeCity_ActiveReports_Chart_ChartArea__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">ChartArea(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</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_ChartArea_Axes" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Axes">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Axes.html#GrapeCity_ActiveReports_Chart_ChartArea_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>User defined custom axes</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Backdrop.html#GrapeCity_ActiveReports_Chart_ChartArea_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets backdrop info to draw chart area</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_Border" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Border">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Border.html#GrapeCity_ActiveReports_Chart_ChartArea_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart area's border info</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_Light" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Light">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Light.html#GrapeCity_ActiveReports_Chart_ChartArea_Light">Light</a>
        </td>
        <td class="markdown level1 summary"><p>Lighting details</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_Padding" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Padding">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Padding.html#GrapeCity_ActiveReports_Chart_ChartArea_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart area's padding info</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_Projection" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Projection">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Projection.html#GrapeCity_ActiveReports_Chart_ChartArea_Projection">Projection</a>
        </td>
        <td class="markdown level1 summary"><p>geometric projection details</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_SeriesLine" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.SeriesLine">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.SeriesLine.html#GrapeCity_ActiveReports_Chart_ChartArea_SeriesLine">SeriesLine</a>
        </td>
        <td class="markdown level1 summary"><p>Series line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_SwapAxesDirection" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.SwapAxesDirection">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.SwapAxesDirection.html#GrapeCity_ActiveReports_Chart_ChartArea_SwapAxesDirection">SwapAxesDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to swap X and Y axis direction. Used to get horizontally oriented chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_ViewPoint" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.ViewPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.ViewPoint.html#GrapeCity_ActiveReports_Chart_ChartArea_ViewPoint">ViewPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Determines point from which chart is seen</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_WallRanges" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.WallRanges">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.WallRanges.html#GrapeCity_ActiveReports_Chart_ChartArea_WallRanges">WallRanges</a>
        </td>
        <td class="markdown level1 summary"><p>Wall ranges (strip lines)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_WallXY" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.WallXY">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.WallXY.html#GrapeCity_ActiveReports_Chart_ChartArea_WallXY">WallXY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets XY wall settings</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_WallXZ" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.WallXZ">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.WallXZ.html#GrapeCity_ActiveReports_Chart_ChartArea_WallXZ">WallXZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets XZ wall properties</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_WallYZ" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.WallYZ">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.WallYZ.html#GrapeCity_ActiveReports_Chart_ChartArea_WallYZ">WallYZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets YZ wall properties</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ChartArea_ZDepthRatio" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.ZDepthRatio">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.ZDepthRatio.html#GrapeCity_ActiveReports_Chart_ChartArea_ZDepthRatio">ZDepthRatio</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets area depth, specified as z/x ratio.</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_ChartArea_Clone" data-uid="GrapeCity.ActiveReports.Chart.ChartArea.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ChartArea.Clone.html#GrapeCity_ActiveReports_Chart_ChartArea_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
    </tbody>
  </table>

</div>
