.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : PieLabelMode Enumeration
PieLabelMode Enumeration
Specifies pie label behavior.
Syntax
'Declaration
 
Public Enum PieLabelMode 
   Inherits System.Enum
'Usage
 
Dim instance As PieLabelMode
public enum PieLabelMode : System.Enum 
Members
MemberDescription
AutomaticIf labels fit inside a slice they are drawn there otherwise they are drawn outside with a line pointing to the slice it represents.
InsideLabels must be inside the pie, if they dont fit they will not be visible.
OutsideLabels are drawn outside the pie with a line pointing to the slice it represents.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.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