Nevron .NET Vision
Nevron.Chart Namespace / TreeMapNodeSortOrder Enumeration


In This Topic
    TreeMapNodeSortOrder Enumeration
    In This Topic
    Enumerates the sort order of child tree map nodes
    Syntax
    'Declaration
     
    
    Public Enum TreeMapNodeSortOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TreeMapNodeSortOrder
    public enum TreeMapNodeSortOrder : System.Enum 
    Members
    MemberDescription
    AscendingChild tree map nodes are sorted in ascending order
    DefaultDefault sort order (inherited from the parent node or Descending)
    DescendingChild tree map nodes are sorted in descending order
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TreeMapNodeSortOrder

    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