GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / HeightPercent Property


In This Topic
HeightPercent Property
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
Remarks
The value of this property must be between 5 and 500This function works with Spread WPF only.
See Also