2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / Compass Property

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