# C1.Win.FlexReport.Chart.Chart3DArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart3DArea" data-uid="C1.Win.FlexReport.Chart.Chart3DArea" class="text-break">Chart3DArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents the chart area of a 3D chart. This area includes plot cube, 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.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexReport.Chart.ChartRect.html">ChartRect</a></div>
    <div class="level3"><span class="xref">Chart3DArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_Chart3DArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DArea : ChartRect, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DArea
    Inherits ChartRect
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_Chart3DArea_AxisX" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.AxisX">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.AxisX.html#C1_Win_FlexReport_Chart_Chart3DArea_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DArea_AxisY" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.AxisY">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.AxisY.html#C1_Win_FlexReport_Chart_Chart3DArea_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DArea_AxisZ" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.AxisZ">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.AxisZ.html#C1_Win_FlexReport_Chart_Chart3DArea_AxisZ">AxisZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Z-axis object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DArea_Style" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.Style">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.Style.html#C1_Win_FlexReport_Chart_Chart3DArea_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart area style. Inherits from <a class="xref" href="C1.Win.FlexReport.ChartField.DefaultStyle.html#C1_Win_FlexReport_ChartField_DefaultStyle">DefaultStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DArea_View" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.View">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.View.html#C1_Win_FlexReport_Chart_Chart3DArea_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object controlling the appearance of plot cube in 3D-space.</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="C1_Win_FlexReport_Chart_Chart3DArea_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart3DArea.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DArea.AssignFrom.html#C1_Win_FlexReport_Chart_Chart3DArea_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
