# C1.Win.C1Chart3D.Chart3DElevation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DElevation" data-uid="C1.Win.C1Chart3D.Chart3DElevation" class="text-break">Chart3DElevation Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DElevation class and its properties are used for control over the appearance
of different chart types.  It is returned by the Elevation property of a ChartGroup.</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">Chart3DElevation</span></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_Chart3DElevation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DElevation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DElevation</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_Chart3DElevation_DepthCue" data-uid="C1.Win.C1Chart3D.Chart3DElevation.DepthCue">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.DepthCue.html#C1_Win_C1Chart3D_Chart3DElevation_DepthCue">DepthCue</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether scatter chart point sizes are dependant upon their distance from the eye.
Set this property to true if the point sizes should be dependant upon distance from the eye.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_DropLines" data-uid="C1.Win.C1Chart3D.Chart3DElevation.DropLines">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.DropLines.html#C1_Win_C1Chart3D_Chart3DElevation_DropLines">DropLines</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether scatter chart points have droplines. Set this property to true if points should have drop lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_IsMeshed" data-uid="C1.Win.C1Chart3D.Chart3DElevation.IsMeshed">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.IsMeshed.html#C1_Win_C1Chart3D_Chart3DElevation_IsMeshed">IsMeshed</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether surface charts are meshed, or whether bars in bar charts are outlined.
Set this property to true to display a surface as a mesh, or to display bars in outline format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_IsShaded" data-uid="C1.Win.C1Chart3D.Chart3DElevation.IsShaded">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.IsShaded.html#C1_Win_C1Chart3D_Chart3DElevation_IsShaded">IsShaded</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether surface or bar charts use shading. Set this property to true to display surfaces and
bars as a flat shade of color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_MeshBottomColor" data-uid="C1.Win.C1Chart3D.Chart3DElevation.MeshBottomColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.MeshBottomColor.html#C1_Win_C1Chart3D_Chart3DElevation_MeshBottomColor">MeshBottomColor</a>
        </td>
        <td class="markdown level1 summary"><p>The bottom color of the mesh.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_MeshTopColor" data-uid="C1.Win.C1Chart3D.Chart3DElevation.MeshTopColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.MeshTopColor.html#C1_Win_C1Chart3D_Chart3DElevation_MeshTopColor">MeshTopColor</a>
        </td>
        <td class="markdown level1 summary"><p>The top color of the mesh.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_ShadedBottomColor" data-uid="C1.Win.C1Chart3D.Chart3DElevation.ShadedBottomColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.ShadedBottomColor.html#C1_Win_C1Chart3D_Chart3DElevation_ShadedBottomColor">ShadedBottomColor</a>
        </td>
        <td class="markdown level1 summary"><p>The bottom color of the shaded surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_ShadedTopColor" data-uid="C1.Win.C1Chart3D.Chart3DElevation.ShadedTopColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.ShadedTopColor.html#C1_Win_C1Chart3D_Chart3DElevation_ShadedTopColor">ShadedTopColor</a>
        </td>
        <td class="markdown level1 summary"><p>The top color of the shaded surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DElevation_Transparency" data-uid="C1.Win.C1Chart3D.Chart3DElevation.Transparency">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DElevation.Transparency.html#C1_Win_C1Chart3D_Chart3DElevation_Transparency">Transparency</a>
        </td>
        <td class="markdown level1 summary"><p>Transparency of drawing chart data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
