ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.LabelCompassEnum Enumeration

In This Topic
    Chart.LabelCompassEnum Enumeration
    In This Topic
    Specifies data label location relative to the data point.
    Syntax
    'Declaration
     
    Public Enum Chart.LabelCompassEnum 
       Inherits System.Enum
    public enum Chart.LabelCompassEnum : System.Enum 
    Members
    MemberDescription
    AutoAutomatic label arrangement.
    EastLabel is to the east of the data point.
    NoneLabel is not shown.
    NorthLabel is to the north of the data point.
    NorthEastLabel is to the north east of the data point.
    NorthWestLabel is to the north west of the data point.
    OrthogonalLabel is perpendicularly away from the plot line.
    RadialIn a pie chart, label is directly away from the center of the chart.
    RadialTextLabel is perpendicular away from the plot line, with text oriented along that line.
    SouthLabel is to the south of the data point.
    SouthEastLabel is to the south east of the data point.
    SouthWestLabel is to the south west of the data point.
    WestLabel is to the west of the data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Chart.LabelCompassEnum

    See Also