C1.Win.FlexChart.8 Assembly / C1.Chart Namespace / PieLabelOverlapping Enumeration

PieLabelOverlapping Enumeration
Specifies how to handle pie data labels that are outside the corresponding pie segment.
Syntax
'Declaration
 
Public Enum PieLabelOverlapping 
   Inherits 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