Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PieLabelMode Enumeration


PieLabelMode Enumeration
Defines the possible pie label modes.
Syntax
'Declaration
 
Public Enum PieLabelMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As PieLabelMode
Members
MemberDescription
Centerpie labels are displayed in the center of the pie segment
Rimpie labels are displayed on the rim of the pie segment
Spiderpie labels are displayed on equal X coordinate distance from the center of the pie on the left and rights side depending on the pie segment middle angle
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.PieLabelMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also