ExcelChartRotation3DDepthPercentOfBase Property

Gets or sets a value between 0 and 2000 representing the percentage of the depth of the 3D chart compared against the length of the bottom of the chart on X axis. Depth of 100 percent means the chart will be as deep as it is wide. A 200 percent means the chart will be twice as deep as it is wide.

Definition

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

Property Value

Int32

See Also