# GrapeCity.Spreadsheet.Charts.IChart.Elevation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChart_Elevation_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Elevation*">Elevation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChart_Elevation_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Elevation*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChart_Elevation" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Elevation">Elevation</h4>
<div class="markdown level1 summary"><p>Gets or sets the elevation of the 3D chart view, in degrees.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int Elevation { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Elevation As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Charts_IChart_Elevation_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The chart elevation is the height at which you view the chart, in degrees. The default is 15 for most chart types.
The value of this property must be between -90 and 90, except for 3D bar charts, where it must be between 0 and 44.</p>
</div>
</div>
