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

Type of subchart(s) to be shown on a right-click on expand/collapse (+/-) button.

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

public enum SubChartType
public enum SubChartType
Members

  Member nameValueDescription
Inline0 Inline subchart. A right-click again on expand/collapse (+/-) button of the root node will bring back the parent chart.
NewWindow1 Show each subchart in a new window.
None2 Not to show any subcharts.
See Also