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

How to draw the lines connecting parent and children. Applies to hpcSettings-Connector_Type.

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

public enum ConnectorLineType
public enum ConnectorLineType
Members

  Member nameValueDescription
Branch0 Draw lines from parent to center and then branch to children
Direct1 Draw lines directly from parent to children
Hook2 Draw lines from parent to center and then hook to children
None3 No connector lines will be displayed. You may have to set DirectDraw for Chart_Layout property
See Also