Nevron .NET Vision
Nevron.Chart Namespace / RulerOrientation Enumeration


In This Topic
    RulerOrientation Enumeration
    In This Topic
    Defines the ruler orientation
    Syntax
    'Declaration
     
    
    Public Enum RulerOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RulerOrientation
    public enum RulerOrientation : System.Enum 
    Members
    MemberDescription
    LeftRuler is left oriented. That is all decorations after the origin level are on its left side
    RightRuler is right oriented. That is all decorations after the origin level are on its right side
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.RulerOrientation

    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