'Declaration
Public Enum SplitType Inherits System.Enum
'Usage
Dim instance As SplitType
public enum SplitType : System.Enum
'Declaration
Public Enum SplitType Inherits System.Enum
'Usage
Dim instance As SplitType
public enum SplitType : System.Enum
Member | Description |
---|---|
Custom | The data points shall be split between the pie and the second chart according to the Custom Split values. |
Percentage | The 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. |
Position | The 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. |
Value | The 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.SplitType