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


In This Topic
    ENLabelLocation Enumeration
    In This Topic
    Enumerates the initial label locations for automatic label layout.
    Syntax
    'Declaration
     
    
    Public Enum ENLabelLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLabelLocation
    public enum ENLabelLocation : System.Enum 
    Members
    MemberDescription
    BottomBottom
    BottomLeftBottom-Left
    BottomRightBottom-Right
    LeftLeft
    RightRight
    TopTop
    TopLeftTop-Left
    TopRightTop-Right
    Inheritance Hierarchy

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

    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