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


    SurfaceDataPointLabelsPositionType Enumeration
    Defines the available locations for data labels when said location is inside a surface.
    Syntax
    'Declaration
     
    
    Public Enum SurfaceDataPointLabelsPositionType 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As SurfaceDataPointLabelsPositionType
    Members
    MemberDescription
    CenterThe data labels will be in the center of the area covered by the surface.
    InsideBaseThe data labels will be inside the area covered by the surface, near the base of said area.
    InsideEndThe data labels will be inside the area covered by the surface, near near the end of said area.
    OutsideEndThe data labels will be outside the area covered by the surface, near the end of said area.
    Inheritance Hierarchy

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

    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