Nevron .NET Vision
Nevron.Chart Namespace / TreeMapNodeLegendMode Enumeration


In This Topic
    TreeMapNodeLegendMode Enumeration
    In This Topic
    Enumerates the tree map node legend modes
    Syntax
    'Declaration
     
    
    Public Enum TreeMapNodeLegendMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TreeMapNodeLegendMode
    public enum TreeMapNodeLegendMode : System.Enum 
    Members
    MemberDescription
    GroupThe node is represented on the legend by one entry
    GroupAndChildNodesBoth group and value nodes are exported to the legend
    NoneThe node is not represented on the legend
    PaletteThe group node adds a palette to the legend
    ValueNodesThe group node adds its child nodes to the legend
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TreeMapNodeLegendMode

    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