SpreadsheetGear 2023
DepthPercent Property (IChart)


SpreadsheetGear.Charts Namespace > IChart Interface : DepthPercent Property
Gets or sets the depth of a 3D chart as a percentage of the width of the chart. Must be between 20 (20%) and 2000 (2000%).
Syntax
'Declaration
 
Property DepthPercent As System.Double
'Usage
 
Dim instance As IChart
Dim value As System.Double
 
instance.DepthPercent = value
 
value = instance.DepthPercent
System.double DepthPercent {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members