2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / CompassEnum Enumeration

In This Topic
    CompassEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Axis.Compass property in the Axis, Label, and Legend classes.
    Syntax
    'Declaration
     
    Public Enum CompassEnum 
       Inherits System.Enum
    public enum CompassEnum : System.Enum 
    Members
    MemberDescription
    EastObject is positioned east or to the right side.
    NorthObject is positioned north or above.
    SouthObject is positioned south or below.
    WestObject is positioned west or to the left side.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.CompassEnum

    See Also