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

In This Topic
    LabelCompassEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the property in the Label class.
    Syntax
    'Declaration
     
    Public Enum LabelCompassEnum 
       Inherits System.Enum
    public enum LabelCompassEnum : System.Enum 
    Members
    MemberDescription
    AutoPlaces label automatically. The parameters of auto-arrangement are specified in AutoArrangment property of ChartLabels class.
    EastPlaces label to the East or to the right of the data point.
    NorthPlaces label to the north or above the data point.
    NorthEastPlaces label to the NorthEast or above and right of the data point.
    NorthWestPlaces label to the NorthWest or above and left of the data point.
    OrthogonalPlaces label perpendicularly away from the plot line.
    RadialIn a pie chart, places label directly away from the center of the chart.
    RadialTextPlaces label perpendicularly away from the plot line and orients the text along that line.
    SouthPlaces label to the South or below the data point.
    SouthEastPlaces label to the SouthEast or below and right of the data point.
    SouthWestPlaces label to the SouthWest or below and left of the data point.
    WestPlaces label to the West or left of the data point.
    Inheritance Hierarchy

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

    See Also