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

View3DOptions.HeightPercent Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

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