www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Chart view to be displayed.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum ChartViewType
Members
Member name | Value | Description | |
---|---|---|---|
Simple | 0 | Default interactive view, that has focus rectangle, expand/collapse, node/link click, sub-charts etc. | |
Dynamic | 1 | Interactive view, that has tree, focus rectangle, expand/collapse, node/link click, sub-charts etc. | |
Planer | 2 | View with tree and multiple sub-charts in a two-dimensional space. | |
ThreeD | 3 | View with tree and multiple sub-charts in a three-dimensional space. |
See Also