Nevron .NET Vision
Nevron.Chart Namespace / ActiveStateIndicatorMode Enumeration


In This Topic
    ActiveStateIndicatorMode Enumeration
    In This Topic
    Enumerates the modes in which the state indicator can operate
    Syntax
    'Declaration
     
    
    Public Enum ActiveStateIndicatorMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ActiveStateIndicatorMode
    public enum ActiveStateIndicatorMode : 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.Chart.ActiveStateIndicatorMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also