In This Topic
Gets or sets the height of a 3D chart as a percentage of the chart width.
Syntax
'Declaration
Property HeightPercent As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.HeightPercent = value
value = instance.HeightPercent
int HeightPercent {get; set;}
See Also