Back to Devexpress

ChartObject.View3D Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartobject-dot-view3d.md

latest2.3 KB
Original Source

ChartObject.View3D Property

Provides access to the display settings of three-dimensional charts.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
View3DOptions View3D { get; }
vb
ReadOnly Property View3D As View3DOptions

Property Value

TypeDescription
View3DOptions

A View3DOptions object containing the 3-D chart display options.

|

Remarks

Use the View3D property to access an object exposing the View3DOptions interface. Utilize properties of the returned object to format the back wall (View3DOptions.BackWall), side wall (View3DOptions.SideWall) and floor (View3DOptions.Floor) of a three-dimensional chart, specify its depth (View3DOptions.DepthPercent), height (View3DOptions.HeightPercent) and perspective (View3DOptions.Perspective), or rotate the chart around the X-axis (View3DOptions.XRotation) or Y-axis (View3DOptions.YRotation).

See Also

ChartObject Interface

ChartObject Members

DevExpress.Spreadsheet.Charts Namespace