Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENCartesianAxisDockZone Enumeration


In This Topic
    ENCartesianAxisDockZone Enumeration
    In This Topic
    Defines the possible cartesian axis dock zones
    Syntax
    'Declaration
     
    
    Public Enum ENCartesianAxisDockZone 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCartesianAxisDockZone
    public enum ENCartesianAxisDockZone : System.Enum 
    Members
    MemberDescription
    BackBottomBack bottom horizontal edge. Can be used for axes with horizontal orientation.
    BackLeftBack left vertical edge. Can be used for axes with vertical orientation.
    BackRightBack right vertical edge. Can be used for axes with vertical orientation.
    BackTopBack top horizontal edge. Can be used for axes with horizontal orientation. Default position of the SecondaryX axis.
    BottomBottom dock zone
    BottomLeftBottom left depth edge. Can be used for axes with depth orientation.
    BottomRightBottom right depth edge. Can be used for axes with depth orientation. Default position of the Depth axis.
    FrontBottomFront bottom horizontal edge. Can be used for axes with horizontal orientation. Default position of the PrimaryX axis.
    FrontLeftFront left vertical edge. Can be used for axes with vertical orientation.
    FrontRightFront right vertical edge. Can be used for axes with vertical orientation.
    FrontTopFront top horizontal edge. Can be used for axes with horizontal orientation.
    LeftLeft dock zone
    RightRight dock zone
    TopTop dock zone
    TopLeftTop left depth edge. Can be used for axes with depth orientation.
    TopRightTop right depth edge. Can be used for axes with depth orientation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENCartesianAxisDockZone

    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