Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

View3DOptions.Perspective Property

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.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