Skip to main content

SurfaceOptions.Thickness Property

Gets or sets the thickness of the 3-D chart walls and floor.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Thickness { get; set; }

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
.BackWall .Thickness
View3DOptions
.Floor .Thickness
View3DOptions
.SideWall .Thickness

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.

See Also