XlsChartShape
DepthPercent Property
 | 
Returns or sets the depth of a 3-D chart as a percentage of the chart width
(between 20 and 2000 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 DepthPercent { get; set; }
 
Public Property DepthPercent As Integer
	Get
	Set
 
public:
virtual property int DepthPercent {
	int get () sealed;
	void set (int value) sealed;
}
 
abstract DepthPercent : int with get, set
override DepthPercent : int with get, set
 
 
 
Property Value
Type:
Int32
Implements
IChart
DepthPercent
 
See Also