Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / OfPieType Enumeration


In This Topic
    OfPieType Enumeration
    In This Topic
    Represents the possible types of Pie or Pie or Bar of Pie charts.
    Syntax
    'Declaration
     
    
    Public Enum OfPieType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OfPieType
    public enum OfPieType : System.Enum 
    Members
    MemberDescription
    BarThe chart is a bar of pie chart, not a pie of pie chart.
    PieThe chart is pie of pie chart, not a bar of pie chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.OfPieType

    See Also