View3DOptions.HeightPercent Property
Gets or sets the height of a 3-D chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.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 HeightPercent |
---|---|
ChartObject |
|
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