Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartObject.View3D Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

#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