Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 
    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.Xamarin.Forms.Chart.PieLabelOverlapping

    See Also