_Chart.HeightPercent Property
Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HeightPercent As Integer
Get
Set
'Usage
Dim instance As _Chart
Dim value As Integer
value = instance.HeightPercent
instance.HeightPercent = value
int HeightPercent { get; set; }
Property Value
Type: System.Int32