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

ChartObject.View3D Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

View3DOptions View3D { get; }

Property Value

Type Description
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