ComponentOne FinancialChart for WPF
C1.Chart Namespace / PieLabelOverlapping Enumeration



In This Topic
    PieLabelOverlapping Enumeration
    In This Topic
    Specifies how to handle pie data labels that are outside the corresponding pie segment.
    Syntax
    'Declaration
     
    
    Public Enum PieLabelOverlapping 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PieLabelOverlapping
    public enum PieLabelOverlapping : System.Enum 
    public enum class PieLabelOverlapping : public System.Enum 
    Members
    MemberDescription
    DefaultShow overlapped labels.
    HideHide label if its content is larger than the corresponding pie segment.
    TrimTrim label content if its width is larger than the corresponding pie segment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.PieLabelOverlapping

    See Also