Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENTicksPlacement Enumeration


In This Topic
    ENTicksPlacement Enumeration
    In This Topic
    Enumerates the supported tick placement modes.
    Syntax
    'Declaration
     
    
    Public Enum ENTicksPlacement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTicksPlacement
    public enum ENTicksPlacement : System.Enum 
    Members
    MemberDescription
    BothTicks are drawn on both sides of the axis.
    BottomRightTicks are drawn on the bottom side of a horizontal axis or on the right side of a vertical axis.
    NoneTicks are not drawn.
    TopLeftTicks are drawn on the top side of a horizontal axis or on the left side of a vertical axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENTicksPlacement

    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