Nevron .NET Vision
Nevron.Chart Namespace / OriginMode Enumeration


In This Topic
    OriginMode Enumeration
    In This Topic
    Defines the orgin modes for a range indicator
    Syntax
    'Declaration
     
    
    Public Enum OriginMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OriginMode
    public enum OriginMode : System.Enum 
    Members
    MemberDescription
    Custom 
    ScaleMax 
    ScaleMin 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.OriginMode

    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