.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SyncDimention Enumeration
SyncDimention Enumeration
(JS Charts Only) Specifies whether organizational chart nodes should sync a dimension like width or height with other all nodes, nodes on the same level, or none.
Syntax
'Declaration
 
Public Enum SyncDimention 
   Inherits System.Enum
'Usage
 
Dim instance As SyncDimention
public enum SyncDimention : System.Enum 
Members
MemberDescription
AllSynchronize width or height with all other nodes on the organizational chart.
LevelSynchronize width or height with all other nodes on the same organizational level.
NoneDo not synchronize width or height with other nodes on the organizational chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SyncDimention

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