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


In This Topic
    ENPieSegmentShape Enumeration
    In This Topic
    Enumerates the pie segment shapes
    Syntax
    'Declaration
     
    
    Public Enum ENPieSegmentShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPieSegmentShape
    public enum ENPieSegmentShape : System.Enum 
    Members
    MemberDescription
    CutEdgePiepie slices are displayed as cylinder segments with cut edges
    CutEdgeRingpie slices are displayed as ring segments with cut edges
    Piepie slices are displayed as cylinder segments (default mode)
    Ringpie slices are displayed as ring segments
    SmoothEdgePiepie slices are displayed as cylinder segments with smooth edges
    SmoothEdgeRingpie slices are displayed as ring segments with smooth edges
    Toruspie slices are displayed as torus segments
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENPieSegmentShape

    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