www.Chart4.NET | Samples
Depth of nodes for 3D chart on a scale of 10-20. Default is 10.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public int Chart3D_Depth { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart3D_Depth As Integer |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings
Dim value As Integer
value = instance.Chart3D_Depth
instance.Chart3D_Depth = value |
| Visual C++ |
|---|
public:
property int Chart3D_Depth {
int get ();
void set (int value);
} |
| J# |
|---|
/** @property */
public int get_Chart3D_Depth()
/** @property */
public void set_Chart3D_Depth(int value)
|
| JScript |
|---|
public function get Chart3D_Depth () : int
public function set Chart3D_Depth (value : int) |
| JavaScript |
|---|
function get_Chart3D_Depth();
function set_Chart3D_Depth(value); |
Field Value
System.Int32 (10-20)
See Also