View3DOptions.HeightPercent Property
In This Article
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
#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 Height |
---|---|
Chart |
|
#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