# GrapeCity.Documents.Excel.Drawing.IChart.Rotation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Drawing_IChart_Rotation_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Rotation*">Rotation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Drawing_IChart_Rotation_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Rotation*"></a>
<h4 id="GrapeCity_Documents_Excel_Drawing_IChart_Rotation" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Rotation">Rotation</h4>
<div class="markdown level1 summary"><p>Returns or sets the rotation of the 3-D chart view (the rotation of the plot
area around the z-axis in degrees). The value of this property must be from
0 to 360, except for 3-D bar charts, where the value must be from 0 to 44.
The default value is 20. Applies only to 3-D charts.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">double Rotation { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Rotation As Double</code></pre>
</div>
</div>
