ExcelChartRotation3DHeightPercentOfBase Property |
Gets or sets a value between 5 and 500 representing the percentage of the height of the chart compared
against the length of the bottom of the chart on X axis. Height of 100 percent means the chart will be
as high as it is wide. A 200 percent means the chart will be twice as high as it is wide. HeightPercentOfBase
has effect only when Autoscale property is false.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public int HeightPercentOfBase { get; set; }
Public Property HeightPercentOfBase As Integer
Get
Set
Property Value
Type:
Int32See Also