# C1.Win.C1Chart.View3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_View3D" data-uid="C1.Win.C1Chart.View3D" class="text-break">View3D Class
</h1>
  <div class="markdown level0 summary"><p>The class View3D defines the three-dimensional features of a chart.
These properties when used in conjunction with the ChartGroup Use3D
property 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"><span class="xref">View3D</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_View3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class View3D</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class View3D</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_C1Chart_View3D_Depth" data-uid="C1.Win.C1Chart.View3D.Depth">
          <a class="xref" href="C1.Win.C1Chart.View3D.Depth.html#C1_Win_C1Chart_View3D_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>The apparent chart depth as a percentage of chart width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_View3D_Elevation" data-uid="C1.Win.C1Chart.View3D.Elevation">
          <a class="xref" href="C1.Win.C1Chart.View3D.Elevation.html#C1_Win_C1Chart_View3D_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>The apparent degree of inclination of the eye-point above the X-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_View3D_Rotation" data-uid="C1.Win.C1Chart.View3D.Rotation">
          <a class="xref" href="C1.Win.C1Chart.View3D.Rotation.html#C1_Win_C1Chart_View3D_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>The apparent degree of rotation of the eye-point to the right of the Y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_View3D_Shading" data-uid="C1.Win.C1Chart.View3D.Shading">
          <a class="xref" href="C1.Win.C1Chart.View3D.Shading.html#C1_Win_C1Chart_View3D_Shading">Shading</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the type of shading applied to 3D areas of the chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
