ComponentOne FinancialChart for WPF
C1.Chart Namespace / PieLabelPosition Enumeration



In This Topic
    PieLabelPosition Enumeration
    In This Topic
    Specifies the position of data labels on the pie chart.
    Syntax
    'Declaration
     
    
    Public Enum PieLabelPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PieLabelPosition
    public enum PieLabelPosition : System.Enum 
    public enum class PieLabelPosition : public System.Enum 
    Members
    MemberDescription
    AutoAutomatic label position.
    CenterThe item appears at the center of the pie slice.
    CircularThe item appears inside the pie slice and has circular direction.
    InsideThe label appears inside the pie slice.
    NoneNo data labels.
    OutsideThe item appears outside the pie slice.
    RadialThe item appears inside the pie slice and depends of its angle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.PieLabelPosition

    See Also