Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENTreeMapNodeLegendMode Enumeration


In This Topic
    ENTreeMapNodeLegendMode Enumeration
    In This Topic
    Enumerates the tree map node legend modes
    Syntax
    'Declaration
     
    
    Public Enum ENTreeMapNodeLegendMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTreeMapNodeLegendMode
    public enum ENTreeMapNodeLegendMode : 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.Nov.Chart.ENTreeMapNodeLegendMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also