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


In This Topic
    PieSliceDataPointLabelsPositionType Enumeration
    In This Topic
    Defines the available locations for data labels when said location is defined in relation to pie slices. 
    Syntax
    'Declaration
     
    
    Public Enum PieSliceDataPointLabelsPositionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PieSliceDataPointLabelsPositionType
    public enum PieSliceDataPointLabelsPositionType : System.Enum 
    Members
    MemberDescription
    BestFitThe data labels are located inside the pie slices, unless there is not enough space; in that case, they will be located outside the pie slices.
    CenterThe data labels are located in the center of the pie slices.
    InsideEndThe data labels are located inside of the pie slices, near the end of them.
    OutsideEndThe data labels are located just outside of the pie slices.
    Inheritance Hierarchy

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

    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