ComponentOne Xamarin Edition
PieLabelOverlapping Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : PieLabelOverlapping Enumeration
Specifies how to handle pie data labels that are outside the corresponding pie segment.
Syntax
public enum PieLabelOverlapping : System.Enum 
Members
MemberDescription
Default Show overlapped labels.
Hide Hide label if its content is larger than the corresponding pie segment.
Trim Trim 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

Reference

C1.Xamarin.Forms.Chart Namespace