ComponentOne FlexChart for UWP
PieLabelOverlapping Enumeration

C1.UWP.FlexChart Assembly > C1.Chart Namespace : PieLabelOverlapping Enumeration
Specifies how to handle pie data labels that are outside the corresponding pie segment.
Syntax
'Declaration
 
Public Enum PieLabelOverlapping 
   Inherits System.Enum
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.Chart.PieLabelOverlapping

See Also

Reference

C1.Chart Namespace