specifies the height of a 3-D chart as a percentage of the chart width.
Syntax
'Declaration
Public Property HeightPercent As Double
'Usage
Dim instance As ViewIn3D
Dim value As Double
instance.HeightPercent = value
value = instance.HeightPercent
public double HeightPercent {get; set;}
See Also