# C1.Win.C1Chart3D.Chart3DGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DGroup" data-uid="C1.Win.C1Chart3D.Chart3DGroup" class="text-break">Chart3DGroup Class
</h1>
  <div class="markdown level0 summary"><p>Chart3DGroup contains chart data and classes that control chart appearance.</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">Chart3DGroup</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_Chart3DGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DGroup</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_Chart3DGroup_Bar" data-uid="C1.Win.C1Chart3D.Chart3DGroup.Bar">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.Bar.html#C1_Win_C1Chart3D_Chart3DGroup_Bar">Bar</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the appearance of a bar chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ChartData" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ChartData">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ChartData.html#C1_Win_C1Chart3D_Chart3DGroup_ChartData">ChartData</a>
        </td>
        <td class="markdown level1 summary"><p>Data for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ChartType" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ChartType">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ChartType.html#C1_Win_C1Chart3D_Chart3DGroup_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of chart to be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_Contour" data-uid="C1.Win.C1Chart3D.Chart3DGroup.Contour">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.Contour.html#C1_Win_C1Chart3D_Chart3DGroup_Contour">Contour</a>
        </td>
        <td class="markdown level1 summary"><p>The type of contouring to be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_Elevation" data-uid="C1.Win.C1Chart3D.Chart3DGroup.Elevation">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.Elevation.html#C1_Win_C1Chart3D_Chart3DGroup_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the three-dimensional appearance of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_Surface" data-uid="C1.Win.C1Chart3D.Chart3DGroup.Surface">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.Surface.html#C1_Win_C1Chart3D_Chart3DGroup_Surface">Surface</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the appearance of a surface format 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_C1Chart3D_Chart3DGroup_ShouldSerializeBar" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeBar">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeBar.html#C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeBar">ShouldSerializeBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DGroup Bar property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeContour" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeContour">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeContour.html#C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeContour">ShouldSerializeContour()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DGroup Contour property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeElevation" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeElevation">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeElevation.html#C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeElevation">ShouldSerializeElevation()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DGroup Elevation property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeSurface" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeSurface">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ShouldSerializeSurface.html#C1_Win_C1Chart3D_Chart3DGroup_ShouldSerializeSurface">ShouldSerializeSurface()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Chart3DGroup Surface property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGroup_ToString" data-uid="C1.Win.C1Chart3D.Chart3DGroup.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGroup.ToString.html#C1_Win_C1Chart3D_Chart3DGroup_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DGroup.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
