Nevron .NET Vision
Nevron.Chart Namespace / TernaryAxisDockZone Enumeration


In This Topic
    TernaryAxisDockZone Enumeration
    In This Topic
    Enumerates the possible ternary axis dock zones
    Syntax
    'Declaration
     
    
    Public Enum TernaryAxisDockZone 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TernaryAxisDockZone
    public enum TernaryAxisDockZone : System.Enum 
    Members
    MemberDescription
    ATernary axis is docked to the A dock zone
    BTernary axis is docked to the B dock zone
    CTernary axis is docked to the C dock zone
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TernaryAxisDockZone

    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