dotnetCHARTING Send comments on this topic.
PieLabelMode Enumeration
See Also  
dotnetCHARTING Namespace : PieLabelMode Enumeration


Specifies pie label behavior.

Syntax

Visual Basic (Declaration) 
Public Enum PieLabelMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PieLabelMode
C# 
public enum PieLabelMode : Enum 

Members

MemberDescription
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.
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.PieLabelMode

See Also

© 2010 All Rights Reserved.