HierarchySettings Chart3D_Depth Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

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: 5.1.0.0 (5.1.0)
Syntax

public int Chart3D_Depth { get; set; }
/** @property */
public int get_Chart3D_Depth()
/** @property */
public void set_Chart3D_Depth(int value)

Field Value

System.Int32 (10-20)
See Also