# C1.Win.FlexReport.Chart.Chart2DView3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart2DView3D" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D" class="text-break">Chart2DView3D Class
</h1>
  <div class="markdown level0 summary"><p>Represents the three-dimensional features of a chart.
When used in conjunction with <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D.html#C1_Win_FlexReport_Chart_Chart2DGroup_Use3D">Use3D</a>, these properties are used to produce 3D effects for Area, Bar, Pie and XYPlot charts.</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"><span class="xref">Chart2DView3D</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_Chart2DView3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart2DView3D : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart2DView3D
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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="C1_Win_FlexReport_Chart_Chart2DView3D__ctor" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.-ctor.html#C1_Win_FlexReport_Chart_Chart2DView3D__ctor">Chart2DView3D()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Win_FlexReport_Chart_Chart2DView3D_Depth" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.Depth">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.Depth.html#C1_Win_FlexReport_Chart_Chart2DView3D_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the apparent chart depth as a percentage of chart width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DView3D_Elevation" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.Elevation">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.Elevation.html#C1_Win_FlexReport_Chart_Chart2DView3D_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the apparent degree of inclination of the eye-point above the X-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DView3D_Rotation" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.Rotation">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.Rotation.html#C1_Win_FlexReport_Chart_Chart2DView3D_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the apparent degree of rotation of the eye-point to the right of the Y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DView3D_Shading" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.Shading">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.Shading.html#C1_Win_FlexReport_Chart_Chart2DView3D_Shading">Shading</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of shading applied to 3D areas of the chart.</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_Chart2DView3D_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart2DView3D.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DView3D.AssignFrom.html#C1_Win_FlexReport_Chart_Chart2DView3D_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>
