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


SplitType Enumeration
Represents the possible ways to split a pie of pie or bar of pie chart.
Syntax
'Declaration
 
Public Enum SplitType 
   Inherits System.Enum
 
'Usage
 
Dim instance As SplitType
Members
MemberDescription
CustomThe data points shall be split between the pie and the second chart according to the Custom Split values.
PercentageThe data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.
PositionThe data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart.
ValueThe data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.
Inheritance Hierarchy

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

See Also