The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Restricts the rendering of the Organisation Chart Component to the specified depth

Examples
MyOrganisationChart.MaximumDepth=3;

Declaration Syntax
public int MaximumDepth { get; set; }Public Property MaximumDepth As Integer
public:
virtual property int MaximumDepth {
int get () sealed;
void set (int value) sealed;
}Assembly:
OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)