HierarchyData ExpandChartUptoLevel Method Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Expand all nodes, up to the specified level; and keep other levels collapsed.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public void ExpandChartUptoLevel(
	int Level
)
public void ExpandChartUptoLevel(
	int Level
)

Parameters

Level
Type: OnlineSystem Int32
Maximum level of nodes to be shown expanded; value 0 means all collapsed.
See Also