Skip to main content

View3DOptions.Perspective Property

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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