Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / DataLabelPositionType Enumeration


In This Topic
    DataLabelPositionType Enumeration
    In This Topic
    Contains the various positions where DataLabels can be displayed in a Chart.
    Syntax
    'Declaration
     
    Public Enum DataLabelPositionType 
       Inherits System.Enum
    'Usage
     
    Dim instance As DataLabelPositionType
    public enum DataLabelPositionType : System.Enum 
    Members
    MemberDescription
    BestFitDataLabels will be displayed in the best position possible.
    BottomDataLabels will be displayed below the Markers.
    CenterDataLabels will be displayed in the middle of the Markers.
    InBase

    DataLabels will be displayed at the base of the Markers, inside their surface.

    Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts.

    InEnd

    DataLabels will be displayed at the end of the Markers, inside their surface.

    Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts.

    LeftDataLabels will be displayed at the left of the Markers.
    OutEnd

    DataLabels will be displayed at the end of the Markers, outside their surface.

    Note that this option only works with Charts where Markers are big enough to have a surface with a clear start (i.e. base) & end, like BarCharts.

    RightDataLabels will be displayed at the right of the Markers.
    TopDataLabels will be displayed below the Markers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.DataLabelPositionType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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