Nevron .NET Vision
Nevron.Chart Namespace / AxisAutoDockZonePreference Enumeration


In This Topic
    AxisAutoDockZonePreference Enumeration
    In This Topic
    Defines preference modes for automatic selection of axis dock zones. This enumeration is used with automatic dock axis anchors to resolve ambiguities in the process of automatic selection of axis dock zones.
    Syntax
    'Declaration
     
    
    Public Enum AxisAutoDockZonePreference 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisAutoDockZonePreference
    public enum AxisAutoDockZonePreference : System.Enum 
    Members
    MemberDescription
    AlternativeZoneThe alternative zone is preferred when there is an ambiguity.
    FartherZoneThe zone that is farther from the camera is preferred when there is an ambiguity.
    NearerZoneThe zone that is nearer to the camera is preferred when there is an ambiguity.
    PrimaryZoneThe primary zone is preferred when there is an ambiguity.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.AxisAutoDockZonePreference

    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