# C1.Win.C1Chart3D.Chart3DArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DArea" data-uid="C1.Win.C1Chart3D.Chart3DArea" class="text-break">Chart3DArea Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DArea class describes the ChartArea of the chart.
This area includes plotcube, all axes and the charted data.</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="C1.Win.C1Chart3DBase.baseChartRect.html">baseChartRect</a></div>
    <div class="level2"><a class="xref" href="C1.Win.C1Chart3DBase.baseChartArea.html">baseChartArea</a></div>
    <div class="level3"><span class="xref">Chart3DArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.C1Chart3DBase.iChartRect.html">iChartRect</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DArea : baseChartArea, iChartRect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DArea
    Inherits baseChartArea
    Implements iChartRect</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="C1_Win_C1Chart3D_Chart3DArea_Axes" data-uid="C1.Win.C1Chart3D.Chart3DArea.Axes">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.Axes.html#C1_Win_C1Chart3D_Chart3DArea_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axes collection object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_AxisX" data-uid="C1.Win.C1Chart3D.Chart3DArea.AxisX">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.AxisX.html#C1_Win_C1Chart3D_Chart3DArea_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_AxisY" data-uid="C1.Win.C1Chart3D.Chart3DArea.AxisY">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.AxisY.html#C1_Win_C1Chart3D_Chart3DArea_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_AxisZ" data-uid="C1.Win.C1Chart3D.Chart3DArea.AxisZ">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.AxisZ.html#C1_Win_C1Chart3D_Chart3DArea_AxisZ">AxisZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Z-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_Location" data-uid="C1.Win.C1Chart3D.Chart3DArea.Location">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.Location.html#C1_Win_C1Chart3D_Chart3DArea_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the ChartArea in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_LocationDefault" data-uid="C1.Win.C1Chart3D.Chart3DArea.LocationDefault">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.LocationDefault.html#C1_Win_C1Chart3D_Chart3DArea_LocationDefault">LocationDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default location of the ChartArea.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_Size" data-uid="C1.Win.C1Chart3D.Chart3DArea.Size">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.Size.html#C1_Win_C1Chart3D_Chart3DArea_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the ChartArea in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_SizeDefault" data-uid="C1.Win.C1Chart3D.Chart3DArea.SizeDefault">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.SizeDefault.html#C1_Win_C1Chart3D_Chart3DArea_SizeDefault">SizeDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size of the ChartArea.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_Style" data-uid="C1.Win.C1Chart3D.Chart3DArea.Style">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.Style.html#C1_Win_C1Chart3D_Chart3DArea_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart area style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DArea_View" data-uid="C1.Win.C1Chart3D.Chart3DArea.View">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DArea.View.html#C1_Win_C1Chart3D_Chart3DArea_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 3d-view object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
