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


In This Topic
    ENActiveStateIndicatorMode Enumeration
    In This Topic
    Enumerates the modes in which the state indicator can operate
    Syntax
    'Declaration
     
    
    Public Enum ENActiveStateIndicatorMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENActiveStateIndicatorMode
    public enum ENActiveStateIndicatorMode : System.Enum 
    Members
    MemberDescription
    AllActiveAll active states are added to the indicator
    FirstActiveOnly the first active state is added
    LastActiveOnly the last active state is added
    Inheritance Hierarchy

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

    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