.netCHARTING v10.5 Documentation
Example 


Depth Property (Chart)
Gets or sets depth of the chart when Use3D is true.
Syntax
'Declaration
 
Public Property Depth As Unit
'Usage
 
Dim instance As Chart
Dim value As Unit
 
instance.Depth = value
 
value = instance.Depth
public Unit Depth {get; set;}
Example
Chart.Depth = 12;
Chart.Depth = Unit.Parse(12)
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