View3DOptions.Perspective Property
Gets or sets the field of view angle for the 3-D chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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