www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
How to draw the lines connecting parent and children. Applies to hpcSettings-Connector_Type.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum ConnectorLineType
Members
Member name | Value | Description | |
---|---|---|---|
Branch | 0 | Draw lines from parent to center and then branch to children | |
Direct | 1 | Draw lines directly from parent to children | |
Hook | 2 | Draw lines from parent to center and then hook to children | |
None | 3 | No connector lines will be displayed. You may have to set DirectDraw for Chart_Layout property |
See Also