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

Maximum levels to be shown on the chart, in the range -1-100. Default is -1 (all expandable); value 0 means all collapsed. Rest of the chart will be shown on clicking expand (+) button, as a subchart (according to ShowSubCharts property).

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

public int Chart_ExpandableLevels { get; set; }
/** @property */
public int get_Chart_ExpandableLevels()
/** @property */
public void set_Chart_ExpandableLevels(int value)

Field Value

System.Int32 (-1-100)
See Also