Nevron .NET Vision
Nevron.Chart Namespace / DisplaySignMode Enumeration


In This Topic
    DisplaySignMode Enumeration
    In This Topic
    Enumerates the show sign modes
    Syntax
    'Declaration
     
    
    Public Enum DisplaySignMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DisplaySignMode
    public enum DisplaySignMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe numeric indicator always shows sign extension
    NegativeThe numeric indicators shows a sign extension only when the displayed value is negative
    NeverThe numeric indicator does not show sign extension
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.DisplaySignMode

    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