Skip to main content
A newer version of this page is available. .

View3DOptions.DepthPercent Property

Gets or sets the depth of a 3-D chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

int DepthPercent { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the depth percentage. This value must be between 20 and 2000.

Property Paths

You can access this nested property as listed below:

Object Type Path to DepthPercent
ChartObject
.View3D.DepthPercent

Remarks

Use the DepthPercent property to set how deep the 3-D chart is by specifying the depth value as a percentage of the chart base.

See Also