dotnetCHARTING Send comments on this topic.
Depth Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : Depth Property


Gets or sets depth of the chart when Use3D is true.

Syntax

Visual Basic (Declaration) 
Public Property Depth As Unit
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Unit
 
instance.Depth = value
 
value = instance.Depth
C# 
public Unit Depth {get; set;}

Example

C#Copy Code
Chart.Depth = 12;
    
Visual BasicCopy Code
Chart.Depth = Unit.Parse(12)

See Also

© 2010 All Rights Reserved.