'Declaration
Public Enum PieOfChartSplitType Inherits System.Enum
'Usage
Dim instance As PieOfChartSplitType
public enum PieOfChartSplitType : System.Enum
'Declaration
Public Enum PieOfChartSplitType Inherits System.Enum
'Usage
Dim instance As PieOfChartSplitType
public enum PieOfChartSplitType : System.Enum
Member | Description |
---|---|
PercentValue | Checks in the PieSeries & uses the Series with a percentage value lower than a given percentage to create the bar or second pie. |
Position | Checks the position of the values in the PieSeries to determine which Series will be used to create the bar or second pie. Said position is calculated from the bottom of the source data, which means that a value of 3 would create the bar or second pie using the three lowest valued Series in the PieSeries. |
Value | Checks in the PieSeries & uses the Series containing values lower than a given value to create the bar or second pie. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.PieOfChartSplitType
Target Platforms: Windows 11, Windows 10, 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