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


In This Topic
    ENScaleLabelVisibilityMode Enumeration
    In This Topic
    Enumerates the range label visilibty modes
    Syntax
    'Declaration
     
    
    Public Enum ENScaleLabelVisibilityMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENScaleLabelVisibilityMode
    public enum ENScaleLabelVisibilityMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe label is always visible regardless of its position on the scale
    CenterInRulerThe label is visible when its center is inside the scale range
    TextInRulerThe label is visible when its text bounds are completely inside the scale range
    TextIntersectsRulerThe label is visible when it intersects the scale range
    Inheritance Hierarchy

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

    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