ComponentOne FlexChart for WinForms
PieLabelOverlapping Enumeration


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
'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.Chart.PieLabelOverlapping

See Also

Reference

C1.Chart Namespace