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
Member | Description |
---|---|
Automatic | If labels fit inside a slice they are drawn there otherwise they are drawn outside with a line pointing to the slice it represents. |
Inside | Labels must be inside the pie, if they dont fit they will not be visible. |
Outside | Labels 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