View3DOptions.DepthPercent Property
Gets or sets the depth of a 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 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 |
|
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