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


In This Topic
    ENTreeMapNodeLabelFitMode Enumeration
    In This Topic
    Enumerates the tree map label fit modes
    Syntax
    'Declaration
     
    
    Public Enum ENTreeMapNodeLabelFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTreeMapNodeLabelFitMode
    public enum ENTreeMapNodeLabelFitMode : System.Enum 
    Members
    MemberDescription
    AutoScaleAutomatically scales the label so that it fits the bounds of the node
    EllipsisTrims the label
    HideAutomatically hides the label if its size exceeds the size of node
    WrapWraps the label
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENTreeMapNodeLabelFitMode

    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