SpreadsheetGear 2017
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;}
read-write property DepthPercent: System.Double; 
function get,set DepthPercent : System.double
__property System.double get_DepthPercent();
__property void set_DepthPercent( 
   System.double value
);
property System.double DepthPercent {
   System.double get();
   void set (    System.double value);
}
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