Nevron .NET Vision
Nevron.Chart Namespace / PieLabelMode Enumeration


In This Topic
    PieLabelMode Enumeration
    In This Topic
    Defines the possible label modes for a pie chart.
    Syntax
    'Declaration
     
    
    Public Enum PieLabelMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PieLabelMode
    public enum PieLabelMode : System.Enum 
    Members
    MemberDescription
    Centerpie labels are displayed in the center of the pie segment
    Rimpie labels are displayed on the rim of the pie segment
    RimNoOverlap 
    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
    SpiderNoOverlapSimilar to spider. Labels are automatically shifted to avoid overlapping
    Inheritance Hierarchy

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