Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENPieLabelMode Enumeration


In This Topic
    ENPieLabelMode Enumeration
    In This Topic
    Enumerates the pie label modes
    Syntax
    'Declaration
     
    
    Public Enum ENPieLabelMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPieLabelMode
    public enum ENPieLabelMode : 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
    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
             Nevron.Nov.Chart.ENPieLabelMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also