Nevron .NET Vision
Nevron.Chart Namespace / NAxisAnchor Class / RulerOrientation Property


In This Topic
    RulerOrientation Property
    In This Topic
    Gets or sets the ruler orientation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the axis ruler orientation")>
    Public Property RulerOrientation As RulerOrientation
    'Usage
     
    
    Dim instance As NAxisAnchor
    Dim value As RulerOrientation
     
    instance.RulerOrientation = value
     
    value = instance.RulerOrientation
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the axis ruler orientation")]
    public RulerOrientation RulerOrientation {get; set;}
    Remarks
    Left orientation means that scale decorations will be on the left side of the ruler line. Right means the opposite.
    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