ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartCompass Enumeration

In This Topic
    ChartCompass Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartAxis.Compass property.
    Syntax
    'Declaration
     
    Public Enum ChartCompass 
       Inherits System.Enum
    public enum ChartCompass : 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.Web.Wijmo.Controls.C1Chart.ChartCompass

    See Also