FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartCompass Enumeration

In This Topic
    ChartCompass Enumeration
    In This Topic
    Specifies the compass position of a chart element.
    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.Win.FlexReport.Chart.ChartCompass

    See Also