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


In This Topic
    PointDataPointLabelsPositionType Enumeration
    In This Topic
    Defines the available locations for data labels when said location is defined in relation to points.
    Syntax
    'Declaration
     
    
    Public Enum PointDataPointLabelsPositionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PointDataPointLabelsPositionType
    public enum PointDataPointLabelsPositionType : System.Enum 
    Members
    MemberDescription
    AboveThe data labels are located above the points.
    BelowThe data labels are located below the points.
    CenterThe data labels are located in the center of the points.
    Left

    The data labels are located on the left side of the points.

    RightThe data labels are located on the right side of the points.
    Inheritance Hierarchy

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

    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