Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / PieOfChartSplitType Enumeration


In This Topic
    PieOfChartSplitType Enumeration
    In This Topic
    Defines the available types of split for a PieOfChart.
    Syntax
    'Declaration
     
    
    Public Enum PieOfChartSplitType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PieOfChartSplitType
    public enum PieOfChartSplitType : System.Enum 
    Members
    MemberDescription
    PercentValueChecks 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

    ValueChecks in the PieSeries & uses the Series containing values lower than a given value to create the bar or second pie.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.PieOfChartSplitType

    Requirements

    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

    See Also