Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PieStyle Enumeration


In This Topic
    PieStyle Enumeration
    In This Topic
    This custom type is used by the PieStyle property of the PieSeries object and determine the style of the of the pie segments.
    Syntax
    'Declaration
     
    Public Enum PieStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As PieStyle
    public enum PieStyle : System.Enum 
    Members
    MemberDescription
    Piepie segements are displayed as pies - the default
    SmoothEdgePiepie segements are displayed as pies with smooth edges
    Toruspie segements are displayed as torus segments
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.PieStyle

    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