www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Type of subchart(s) to be shown on a right-click on expand/collapse (+/-) button.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum SubChartType
Members
Member name | Value | Description | |
---|---|---|---|
Inline | 0 | Inline subchart. A right-click again on expand/collapse (+/-) button of the root node will bring back the parent chart. | |
NewWindow | 1 | Show each subchart in a new window. | |
None | 2 | Not to show any subcharts. |
See Also