FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / Compass Property

In This Topic
    Compass Property (Chart2DAxis)
    In This Topic
    Gets or sets the general positioning of the axis. X may be set to North/South, Y and Y2 may be set to East/West.
    Syntax
    'Declaration
     
    Public Property Compass As ChartCompass
    public ChartCompass Compass {get; set;}
    See Also