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


In This Topic
    ENRangeLabelTickMode Enumeration
    In This Topic
    Enumerates the possible range label tick modes
    Syntax
    'Declaration
     
    
    Public Enum ENRangeLabelTickMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRangeLabelTickMode
    public enum ENRangeLabelTickMode : System.Enum 
    Members
    MemberDescription
    BeginSeparatorThe range label tick is visualized as a single separator annotating the begin value of the range
    BracketThe range label tick is visualized as two brackets enclosing the label
    CenterThe range label tick is attached to the center of the label
    EndSeparatorThe range label tick is visualized as a single separator annotating the begin value of the range
    NoneThe range label does not render ticks
    SeparatorsThe range label tick is visualized as two separators at the begin and end of the range annotated by the label
    TopThe range label tick is attached to the top of the label
    Inheritance Hierarchy

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

    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