Nevron .NET Vision
Nevron.Chart Namespace / AxisDockZone Enumeration


In This Topic
    AxisDockZone Enumeration
    In This Topic
    Defines the possible axis dock zones. Each entry in the enumeration represents an edge of the chart box.
    Syntax
    'Declaration
     
    
    Public Enum AxisDockZone 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisDockZone
    public enum AxisDockZone : 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.
    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.
    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.Chart.AxisDockZone

    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