# GrapeCity.Spreadsheet.Charts.IChart.Perspective

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IChart_Perspective_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Perspective*">Perspective Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IChart_Perspective_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Perspective*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IChart_Perspective" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Perspective">Perspective</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that represents the perspective for the 3D chart view.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int Perspective { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Perspective As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Charts_IChart_Perspective_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value of this property must be between 0 and 100. This property is ignored if the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.RightAngleAxes.html#GrapeCity_Spreadsheet_Charts_IChart_RightAngleAxes">RightAngleAxes</a> property is <code>true</code>.</p>
</div>
</div>
