XlsChartShape
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:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int HeightPercent { get; set; }
Public Property HeightPercent As Integer
Get
Set
public:
virtual property int HeightPercent {
int get () sealed;
void set (int value) sealed;
}
abstract HeightPercent : int with get, set
override HeightPercent : int with get, set
Property Value
Type:
Int32
Implements
IChart
HeightPercent
See Also