.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : OrganizationalConnectorType Enumeration
OrganizationalConnectorType Enumeration
(JS Charts Only) Specifies whether organizational connector lines are drawn straight between nodes or only using right angles.
Syntax
'Declaration
 
Public Enum OrganizationalConnectorType 
   Inherits System.Enum
'Usage
 
Dim instance As OrganizationalConnectorType
public enum OrganizationalConnectorType : System.Enum 
Members
MemberDescription
RightAngleDraws right-angle connector lines.
StraightDraws straight connector lines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.OrganizationalConnectorType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also