Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

View3DOptions.Perspective Property

Gets or sets the field of view angle for the 3-D chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int Perspective { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the degree of perspective. This value must be between 0 and 100.

Property Paths

You can access this nested property as listed below:

Object Type Path to Perspective
ChartObject
.View3D.Perspective

Remarks

Use the Perspective property to change the field of view on the 3D-chart and make the chart appear closer or farther away. Note that this property is disabled when the View3DOptions.RightAngleAxes property is set to true.

See Also