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

Fixed levels to show always on the chart, in the range 1-10. Default is 4.

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

public int Chart_FixedLevels { get; set; }
/** @property */
public int get_Chart_FixedLevels()
/** @property */
public void set_Chart_FixedLevels(int value)

Field Value

System.Int32 (1-10)
See Also