SurfaceOptions.Thickness Property
Gets or sets the thickness of the 3-D chart walls and floor.
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 is the wall or floor thickness. This value must be between 0 and 100. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Thickness |
---|---|
View3DOptions |
|
View3DOptions |
|
View3DOptions |
|
Remarks
Use the View3DOptions.Floor, View3DOptions.SideWall or View3DOptions.BackWall property to access the 3-D chart surface options, and then specify the wall or floor thickness by utilizing the Thickness property.
Note
Currently, the SpeadsheetControl ignore the value of the Thickness property and displays chart walls and floor using the default thickness value which is 0. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.