XlsChartFormat
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.Charts
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:
property int DepthPercent {
int get ();
void set (int value);
}
member DepthPercent : int with get, set
Property Value
Type:
Int32
See Also