Nevron .NET Vision
Nevron.Chart Namespace / AutoSideAxisAnchorDock Enumeration


In This Topic
    AutoSideAxisAnchorDock Enumeration
    In This Topic
    Enumerates the options for the PreferredSide property of the NAutoSideAxisAnchor object.
    Syntax
    'Declaration
     
    
    Public Enum AutoSideAxisAnchorDock 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AutoSideAxisAnchorDock
    public enum AutoSideAxisAnchorDock : System.Enum 
    Members
    MemberDescription
    PrimaryPrimary side. For a Y axis the left side is primary in all projections. For X and Z axes the bottom side is primary when the chart is viewed from the top and the top side is primary when the chart is viewed from the bottom.
    SecondarySecondary side. For a Y axis the right side is secondary in all projections. For X and Z axes the top side is secondary when the chart is viewed from the top and the bottom side is secondary when the chart is viewed from the bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.AutoSideAxisAnchorDock

    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