GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / OfPieType Enumeration


OfPieType Enumeration
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
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