Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisAnchor Class / ScaleOrientation Property


In This Topic
    ScaleOrientation Property
    In This Topic
    Gets or sets the scale orientation.
    Syntax
    'Declaration
     
    
    Public Property ScaleOrientation As ENScaleOrientation
    'Usage
     
    
    Dim instance As NAxisAnchor
    Dim value As ENScaleOrientation
     
    instance.ScaleOrientation = value
     
    value = instance.ScaleOrientation
    public ENScaleOrientation ScaleOrientation {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 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also