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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public int HeightPercentOfBase { get; set; }

Property Value

Int32

See Also