# C1.Win.FlexReport.Chart.Chart2DGroup.Use3D

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_Chart2DGroup_Use3D_" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D*">Use3D Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_Chart2DGroup_Use3D_" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D*"></a>
<h4 id="C1_Win_FlexReport_Chart_Chart2DGroup_Use3D" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D">Use3D</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Use3D { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Use3D As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_Chart2DGroup_Use3D_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If Chart2DView3D data contains non-zero values for Depth, Rotation and Elevation,
3D effects are added to various charts, including Area, Bar, Pie and XYPlot charts.
However, the Use3D property for a Chart2DGroup can override the use of 3D effects,
allowing one group to be presented with 3D effects and the other group to be charted without 3D effects.</p>
</div>
</div>
