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

View3DOptions.HeightPercent Property

Gets or sets the height of a 3-D chart.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

int HeightPercent { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the height percentage. This value must be between 5 and 500.

#Property Paths

You can access this nested property as listed below:

Object Type Path to HeightPercent
ChartObject
.View3D .HeightPercent

#Remarks

Use the HeightPercent property to specify the 3-D chart height as a percentage of the chart base. Note that this property takes effect only when the View3DOptions.AutoHeight property is set to false.

See Also